public interface SinkProviderContext
A context for
SinkProvider
s supplied
at creation time.-
Method Summary
Modifier and TypeMethodDescriptionRunnable to execute to close the response.Obtains access to the connection context.Obtains the server response associated with this context.
-
Method Details
-
serverResponse
ServerResponse serverResponse()Obtains the server response associated with this context.- Returns:
- the server response
-
connectionContext
ConnectionContext connectionContext()Obtains access to the connection context.- Returns:
- the connection context
-
closeRunnable
Runnable closeRunnable()Runnable to execute to close the response.- Returns:
- the close runnable
-