Uses of Interface
deprecated.javax.ws.rs.ExecutionContext

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

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

Subinterfaces of ExecutionContext in org.glassfish.jersey.process.internal
 interface ProcessingContext
          Injectable processing context that can be used to control various aspects of a single request processing, e.g.
 

Classes in org.glassfish.jersey.process.internal that implement ExecutionContext
 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.
 



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