Class ImageRequestHandler.Builder
java.lang.Object
is.galia.resource.ImageRequestHandler.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCallback
(ImageRequestHandler.Callback callback) withDelegate
(Delegate delegate) withOperationList
(OperationList opList) withReference
(Reference reference) withRequestContext
(RequestContext requestContext)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCallback
- Parameters:
callback
- Callback to receive events during request handling.
-
withDelegate
-
withOperationList
-
withReference
-
withRequestContext
-
build
- Returns:
- New instance.
- Throws:
NullPointerException
- if any of the required builder methods have not been called.
-