|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationContext | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of InvocationContext in org.glassfish.jersey.process.internal |
|---|
| Classes in org.glassfish.jersey.process.internal that implement InvocationContext | |
|---|---|
class |
AsyncInflectorAdapter<REQUEST,RESPONSE>
Suspendable, asynchronous inflector adapter
that provides implementation of the request suspend/resume capabilities of the
invocation context and returns
a listenable response future instead of a plain response
object. |
| Methods in org.glassfish.jersey.process.internal with parameters of type InvocationContext | |
|---|---|
void |
InvocationCallback.suspended(long time,
TimeUnit unit,
InvocationContext context)
Request processing suspend event notification. |
| Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type InvocationContext | |
|---|---|
RequestInvoker(Stage<REQUEST> rootStage,
RequestScope requestScope,
AsyncInflectorAdapter.Builder<REQUEST,RESPONSE> asyncAdapterBuilder,
ResponseProcessor.Builder<RESPONSE> responseProcessorBuilder,
javax.inject.Provider<Ref<InvocationContext>> invocationContextReferenceFactory,
ExecutorsFactory<REQUEST> executorsFactory)
Create new request invoker. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||