|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestScope | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of RequestScope in org.glassfish.jersey.process.internal |
|---|
| Constructors in org.glassfish.jersey.process.internal with parameters of type RequestScope | |
|---|---|
RequestInvoker(Stage<REQUEST> rootStage,
RequestScope requestScope,
AsyncInflectorAdapter.Builder<REQUEST,RESPONSE> asyncAdapterBuilder,
ResponseProcessor.Builder<RESPONSE> responseProcessorBuilder,
org.glassfish.hk2.Factory<Ref<InvocationContext>> invocationContextReferenceFactory,
ProcessingExecutorsFactory executorsFactory)
Create new request invoker. |
|
ResponseProcessor(InvocationCallback<DATA> callback,
java.util.concurrent.Future<DATA> inflectedResponse,
com.google.common.util.concurrent.SettableFuture<DATA> processedResponse,
org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext<DATA>> respondingCtxProvider,
RequestScope.Instance scopeInstance,
RequestScope requestScope,
org.glassfish.hk2.Factory<ExceptionMappers> exceptionMappersProvider)
Create new response processor for a given request / response message exchange. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||