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 Request to Response 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.
 



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