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

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

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

Classes in org.glassfish.jersey.process.internal that implement InvocationContext
 class AsyncInflectorAdapter<REQUEST,RESPONSE>
          Suspendable, asynchronous inflector adapter that provides implementation of the request suspend/resume capabilities of the invocation context and returns a listenable response future instead of a plain response object.
 

Methods in org.glassfish.jersey.process.internal with parameters of type InvocationContext
 void InvocationCallback.suspended(long time, java.util.concurrent.TimeUnit unit, InvocationContext context)
          Request processing suspend event notification.
 

Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type InvocationContext
RequestInvoker(Stage<REQUEST> rootStage, RequestScope requestScope, AsyncInflectorAdapter.Builder<REQUEST,RESPONSE> asyncAdapterBuilder, ResponseProcessor.Builder<RESPONSE> responseProcessorBuilder, org.glassfish.hk2.Factory<Ref<InvocationContext>> invocationContextReferenceFactory, ProcessingExecutorsFactory executorsFactory)
          Create new request invoker.
 



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