Uses of Interface
org.glassfish.jersey.server.AsyncContext
Packages that use AsyncContext
-
Uses of AsyncContext in org.glassfish.jersey.server
Constructor parameters in org.glassfish.jersey.server with type arguments of type AsyncContextModifierConstructorDescriptionprotected
ChunkedOutput
(byte[] chunkDelimiter, jakarta.inject.Provider<AsyncContext> asyncContextProvider) Create newChunkedOutput
with a custom chunk delimiter.