| Package | Description |
|---|---|
| org.glassfish.jersey.media.sse.internal | |
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
| Constructor and Description |
|---|
SseEventSinkValueParamProvider(jakarta.inject.Provider<MultivaluedParameterExtractorProvider> mpep,
jakarta.inject.Provider<AsyncContext> asyncContextSupplier)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkedOutput.Builder<Y> |
ChunkedOutput.Builder.asyncContextProvider(jakarta.inject.Provider<AsyncContext> asyncContextProvider)
Set the async context provider.
|
| Constructor and Description |
|---|
ChunkedOutput(byte[] chunkDelimiter,
jakarta.inject.Provider<AsyncContext> asyncContextProvider)
Create new
ChunkedOutput with a custom chunk delimiter. |
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
RequestProcessingContext.asyncContext()
Get the asynchronous context associated with this request processing context.
|
| 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. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.