Uses of Interface
org.glassfish.jersey.server.AsyncContext
-
Packages that use AsyncContext Package Description 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. -
-
Uses of AsyncContext in org.glassfish.jersey.server
Method parameters in org.glassfish.jersey.server with type arguments of type AsyncContext Modifier and Type Method Description ChunkedOutput.Builder<Y>ChunkedOutput.Builder. asyncContextProvider(jakarta.inject.Provider<AsyncContext> asyncContextProvider)Set the async context provider.Constructor parameters in org.glassfish.jersey.server with type arguments of type AsyncContext Constructor Description ChunkedOutput(byte[] chunkDelimiter, jakarta.inject.Provider<AsyncContext> asyncContextProvider)Create newChunkedOutputwith a custom chunk delimiter. -
Uses of AsyncContext in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process that return AsyncContext Modifier and Type Method Description AsyncContextRequestProcessingContext. asyncContext()Get the asynchronous context associated with this request processing context.Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type AsyncContext Modifier and Type Method Description Value<AsyncContext>RequestProcessingContext. 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 AsyncContext Modifier and Type Method Description voidRequestProcessingContext. initAsyncContext(Value<AsyncContext> lazyContextValue)Lazily initializeAsyncContextfor this request processing context.
-