Uses of Interface
org.glassfish.jersey.process.internal.InvocationCallback

Packages that use InvocationCallback
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of InvocationCallback in org.glassfish.jersey.process.internal
 

Methods in org.glassfish.jersey.process.internal with parameters of type InvocationCallback
 com.google.common.util.concurrent.ListenableFuture<RESPONSE> RequestInvoker.apply(REQUEST request, InvocationCallback<RESPONSE> callback)
          Transform request data of a given type into a response result of the different type.
 ResponseProcessor<DATA> ResponseProcessor.Builder.build(java.util.concurrent.Future<DATA> inflectedResponse, InvocationCallback<DATA> callback, RequestScope.Instance scopeInstance)
          Create a response processor for a given request scope instance and invocation callback.
 ResponseProcessor<Response> ResponseProcessor.ResponseBuilder.build(java.util.concurrent.Future<Response> inflectedResponse, InvocationCallback<Response> callback, RequestScope.Instance scopeInstance)
           
 AsyncInflectorAdapter<REQUEST,RESPONSE> AsyncInflectorAdapter.Builder.create(Inflector<REQUEST,RESPONSE> wrapped, InvocationCallback<RESPONSE> callback)
          Create a new asynchronous inflector adapter for an inflector.
 

Constructors in org.glassfish.jersey.process.internal with parameters of type InvocationCallback
AsyncInflectorAdapter(Inflector<REQUEST,RESPONSE> wrapped, InvocationCallback<RESPONSE> callback)
          Construct and initialize asynchronous inflector adapter for an inflector.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.