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 AsyncContextModifierConstructorDescriptionprotectedChunkedOutput(byte[] chunkDelimiter, javax.inject.Provider<AsyncContext> asyncContextProvider) Create newChunkedOutputwith 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.asyncContextProviderConstructor 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.asyncContextValueRefMethods 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 aValueinstance 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 TypeMethodDescriptionvoidRequestProcessingContext.initAsyncContext(Value<AsyncContext> lazyContextValue) Lazily initializeAsyncContextfor this request processing context.