|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestScope.Instance | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of RequestScope.Instance in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return RequestScope.Instance | |
|---|---|
RequestScope.Instance |
RequestScope.createInstance()
Creates a new instance of the request scope instance. |
RequestScope.Instance |
RequestScope.current()
|
RequestScope.Instance |
RequestScope.suspendCurrent()
Get the current request scope instance
and mark it as suspended. |
| Methods in org.glassfish.jersey.process.internal with parameters of type RequestScope.Instance | ||
|---|---|---|
ResponseProcessor<DATA> |
ResponseProcessor.Builder.build(java.util.concurrent.Future<DATA> inflectedResponse,
com.google.common.util.concurrent.SettableFuture<DATA> processedResponse,
InvocationCallback<DATA> callback,
RequestScope.Instance scopeInstance)
Create a new response processor for a given request / response message exchange. |
|
|
RequestScope.runInScope(RequestScope.Instance scopeInstance,
java.util.concurrent.Callable<T> task)
Runs the task in the request scope initialized from the
scope instance. |
|
|
RequestScope.runInScope(RequestScope.Instance scopeInstance,
RequestScope.Producer<T> task)
Runs the task in the request scope initialized
from the scope instance. |
|
void |
RequestScope.runInScope(RequestScope.Instance scopeInstance,
java.lang.Runnable task)
Runs the task in the request scope initialized from the
scope instance. |
|
| Constructors in org.glassfish.jersey.process.internal with parameters of type RequestScope.Instance | |
|---|---|
ResponseProcessor(InvocationCallback<DATA> callback,
java.util.concurrent.Future<DATA> inflectedResponse,
com.google.common.util.concurrent.SettableFuture<DATA> processedResponse,
javax.inject.Provider<ResponseProcessor.RespondingContext<DATA>> respondingCtxProvider,
RequestScope.Instance scopeInstance,
RequestScope requestScope,
javax.inject.Provider<ExceptionMappers> exceptionMappersProvider)
Create new response processor for a given request / response message exchange. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||