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) RunnableClientRuntime.createRunnableForAsyncProcessing(ClientRequest request, ResponseCallback callback) Prepare aRunnableto be used to submit aclient requestfor asynchronous processing.private voidClientRuntime.processFailure(Throwable failure, ResponseCallback callback) private voidClientRuntime.processResponse(ClientResponse response, ResponseCallback callback)