|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationCallback | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of InvocationCallback in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal with parameters of type InvocationCallback | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<RESPONSE> |
RequestInvoker.apply(REQUEST request,
InvocationCallback<RESPONSE> callback)
Transform request data of a given type into a response result of the different type. |
ResponseProcessor<DATA> |
ResponseProcessor.Builder.build(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. |
AsyncInflectorAdapter<REQUEST,RESPONSE> |
AsyncInflectorAdapter.Builder.create(Inflector<REQUEST,RESPONSE> wrapped,
InvocationCallback<RESPONSE> callback)
Create a new asynchronous inflector adapter for an inflector. |
| Constructors in org.glassfish.jersey.process.internal with parameters of type InvocationCallback | |
|---|---|
AsyncInflectorAdapter(Inflector<REQUEST,RESPONSE> wrapped,
InvocationCallback<RESPONSE> callback)
Construct and initialize asynchronous inflector adapter for an inflector. |
|
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 | |||||||||