Uses of Interface
org.glassfish.jersey.server.AsyncContext
Packages that use AsyncContext
Package
Description
Jersey server-side classes.
Jersey server-side JAX-RS injection support classes.
Jersey server-side internal classes related to request and response processing.
-
Uses of AsyncContext in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement AsyncContextFields in org.glassfish.jersey.server declared as AsyncContextMethods in org.glassfish.jersey.server that return AsyncContextConstructor parameters in org.glassfish.jersey.server with type arguments of type AsyncContextModifierConstructorDescriptionprotected
ChunkedOutput
(byte[] chunkDelimiter, javax.inject.Provider<AsyncContext> asyncContextProvider) Create newChunkedOutput
with a custom chunk delimiter. -
Uses of AsyncContext in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject with type parameters of type AsyncContextModifier and TypeFieldDescriptionprivate final javax.inject.Provider<AsyncContext>
AsyncResponseValueParamProvider.asyncContextProvider
Constructor parameters in org.glassfish.jersey.server.internal.inject with type arguments of type AsyncContextModifierConstructorDescriptionAsyncResponseValueParamProvider
(javax.inject.Provider<AsyncContext> asyncContextProvider) Initialize the provider. -
Uses of AsyncContext in org.glassfish.jersey.server.internal.process
Fields in org.glassfish.jersey.server.internal.process with type parameters of type AsyncContextModifier and TypeFieldDescriptionprivate final Ref<Value<AsyncContext>>
RequestProcessingContext.asyncContextValueRef
Methods in org.glassfish.jersey.server.internal.process that return AsyncContextModifier and TypeMethodDescriptionRequestProcessingContext.asyncContext()
Get the asynchronous context associated with this request processing context.RequestProcessingConfigurator.AsyncContextFactory.get()
Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type AsyncContextModifier and TypeMethodDescriptionRequestProcessingContext.asyncContextValue()
Get aValue
instance holding the asynchronous context associated with this request processing context.Method parameters in org.glassfish.jersey.server.internal.process with type arguments of type AsyncContextModifier and TypeMethodDescriptionvoid
RequestProcessingContext.initAsyncContext
(Value<AsyncContext> lazyContextValue) Lazily initializeAsyncContext
for this request processing context.