Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ServerRuntime.AsyncResponder |
Modifier and Type | Field and Description |
---|---|
private Value<AsyncContext> |
ChunkedOutput.asyncContext |
Modifier and Type | Method and Description |
---|---|
AsyncContext |
ServerRuntime.AsyncResponderHolder.get() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ChunkedOutput.setContext(RequestScope requestScope,
RequestScope.Instance requestScopeInstance,
ContainerRequest requestContext,
ContainerResponse responseContext,
javax.ws.rs.container.ConnectionCallback connectionCallbackRunner,
Value<AsyncContext> asyncContext)
Set context used for writing chunks.
|
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<AsyncContext> |
AsyncResponseValueFactoryProvider.asyncContextProvider |
Constructor and Description |
---|
AsyncResponseValueFactoryProvider(javax.inject.Provider<AsyncContext> asyncContextProvider)
Initialize the provider.
|
Modifier and Type | Field and Description |
---|---|
private Ref<Value<AsyncContext>> |
RequestProcessingContext.asyncContextValueRef |
Modifier and Type | Method and Description |
---|---|
AsyncContext |
RequestProcessingContext.asyncContext()
Get the asynchronous context associated with this request processing context.
|
AsyncContext |
ServerProcessingBinder.AsyncContextFactory.provide() |
Modifier and Type | Method and Description |
---|---|
Value<AsyncContext> |
RequestProcessingContext.asyncContextValue()
Get a
Value instance holding the asynchronous context associated with this request processing context. |
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessingContext.initAsyncContext(Value<AsyncContext> lazyContextValue)
Lazily initialize
AsyncContext for this
request processing context. |