|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingContext | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of ProcessingContext in org.glassfish.jersey.process.internal |
|---|
| Classes in org.glassfish.jersey.process.internal that implement ProcessingContext | |
|---|---|
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 ProcessingContext | |
|---|---|
void |
ProcessingCallback.suspended(long time,
java.util.concurrent.TimeUnit unit,
ProcessingContext context)
Request processing suspend event notification. |
| Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type ProcessingContext | |
|---|---|
RequestInvoker(Stage<REQUEST> rootStage,
RequestScope requestScope,
AsyncInflectorAdapter.Builder<REQUEST,RESPONSE> asyncAdapterBuilder,
ResponseProcessor.Builder<RESPONSE> responseProcessorBuilder,
javax.inject.Provider<Ref<ProcessingContext>> invocationContextReferenceFactory,
ExecutorsFactory<REQUEST> executorsFactory)
Create new request invoker. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||