Uses of Interface
org.glassfish.jersey.client.ResponseCallback
Packages that use ResponseCallback
-
Uses of ResponseCallback in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client with parameters of type ResponseCallbackModifier and TypeMethodDescription(package private) Runnable
ClientRuntime.createRunnableForAsyncProcessing
(ClientRequest request, ResponseCallback callback) Prepare aRunnable
to be used to submit aclient request
for asynchronous processing.private void
ClientRuntime.processFailure
(Throwable failure, ResponseCallback callback) private void
ClientRuntime.processResponse
(ClientResponse response, ResponseCallback callback)