Uses of Interface
org.glassfish.jersey.server.AsyncContext
Package
Description
Jersey server-side classes.
Jersey server-side internal classes related to request and response processing.
-
Uses of AsyncContext in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionChunkedOutput.Builder.asyncContextProvider
(jakarta.inject.Provider<AsyncContext> asyncContextProvider) Set the async context provider.ModifierConstructorDescriptionprotected
ChunkedOutput
(byte[] chunkDelimiter, jakarta.inject.Provider<AsyncContext> asyncContextProvider) Create newChunkedOutput
with a custom chunk delimiter. -
Uses of AsyncContext in org.glassfish.jersey.server.internal.process
Modifier and TypeMethodDescriptionRequestProcessingContext.asyncContext()
Get the asynchronous context associated with this request processing context.Modifier and TypeMethodDescriptionRequestProcessingContext.asyncContextValue()
Get aValue
instance holding the asynchronous context associated with this request processing context.Modifier and TypeMethodDescriptionvoid
RequestProcessingContext.initAsyncContext
(Value<AsyncContext> lazyContextValue) Lazily initializeAsyncContext
for this request processing context.