Uses of Class
org.glassfish.jersey.server.ChunkedOutput.Builder
Packages that use ChunkedOutput.Builder
-
Uses of ChunkedOutput.Builder in org.glassfish.jersey.server
Subclasses of ChunkedOutput.Builder in org.glassfish.jersey.serverModifier and TypeClassDescriptionstatic classBuilder that allows to create a new ChunkedOutput based on the given configuration options.Methods in org.glassfish.jersey.server that return ChunkedOutput.BuilderModifier and TypeMethodDescriptionChunkedOutput.Builder.asyncContextProvider(jakarta.inject.Provider<AsyncContext> asyncContextProvider) Set the async context provider.static <T> ChunkedOutput.Builder<T>ChunkedOutput.builder()Returns a builder to create a ChunkedOutput with custom configuration.ChunkedOutput.Builder.chunkDelimiter(byte[] chunkDelimiter) Set the chunk delimiter, in bytes.ChunkedOutput.Builder.queueCapacity(int queueCapacity) Set the queue capacity.Constructors in org.glassfish.jersey.server with parameters of type ChunkedOutput.BuilderModifierConstructorDescriptionprotectedChunkedOutput(ChunkedOutput.Builder<T> builder) Create newChunkedOutputbased on builder.