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<Request>> contextProvider)
          Construct a hierarchical request processor.
LinearRequestProcessor(LinearAcceptor rootAcceptor, org.glassfish.hk2.Factory<StagingContext<Request>> contextProvider)
          Construct a linear acceptor request processor.
ResponseProcessor.Builder(RequestScope requestScope, ExceptionMapper<java.lang.Throwable> exceptionMapper, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider, org.glassfish.hk2.Factory<StagingContext<Response>> responseStagingCtxProvider)
           
ResponseProcessor(RequestScope requestScope, InvocationCallback callback, org.glassfish.hk2.Factory<InvocationContext> invocationCtxProvider, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider, org.glassfish.hk2.Factory<StagingContext<Response>> responseStagingCtxProvider, org.glassfish.hk2.Factory<ExceptionMappers> exceptionMappersProvider)
           
 



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