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

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

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

Classes in org.glassfish.jersey.process.internal that implement StagingContext
 class DefaultStagingContext<DATA>
          Default implementation of a staging context.
 

Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type StagingContext
HierarchicalRequestProcessor(TreeAcceptor rootStage, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Request>> contextProvider)
          Construct a hierarchical request processor.
LinearRequestProcessor(LinearAcceptor rootAcceptor, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Request>> contextProvider)
          Construct a linear stage request processor.
ResponseProcessor.Builder(RequestScope requestScope, ExceptionMapper<Throwable> exceptionMapper, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Response>> responseStagingCtxProvider)
           
 



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