|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseProcessor.RespondingContext | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of ResponseProcessor.RespondingContext in org.glassfish.jersey.process.internal |
|---|
| Classes in org.glassfish.jersey.process.internal that implement ResponseProcessor.RespondingContext | |
|---|---|
class |
DefaultRespondingContext<DATA>
Default implementation of the request-scoped responding context. |
| Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type ResponseProcessor.RespondingContext | |
|---|---|
ResponseProcessor(InvocationCallback<DATA> callback,
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 | |||||||||