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 AsyncContext |
ChunkedOutput.asyncContext |
Modifier and Type | Method and Description |
---|---|
AsyncContext |
ServerRuntime.AsyncResponderHolder.get() |
Constructor and Description |
---|
ChunkedOutput(byte[] chunkDelimiter,
javax.inject.Provider<AsyncContext> asyncContextProvider)
Create new
ChunkedOutput with a custom chunk delimiter. |
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<AsyncContext> |
AsyncResponseValueParamProvider.asyncContextProvider |
Constructor and Description |
---|
AsyncResponseValueParamProvider(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 |
RequestProcessingConfigurator.AsyncContextFactory.get() |
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. |