| 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)
|