Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChunkedOutput.TypedBuilder<Y>
Builder that allows to create a new ChunkedOutput based on the given configuration options.
|
Modifier and Type | Method and Description |
---|---|
ChunkedOutput.Builder<Y> |
ChunkedOutput.Builder.asyncContextProvider(javax.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<Y> |
ChunkedOutput.Builder.chunkDelimiter(byte[] chunkDelimiter)
Set the chunk delimiter, in bytes.
|
ChunkedOutput.Builder<Y> |
ChunkedOutput.Builder.queueCapacity(int queueCapacity)
Set the queue capacity.
|
Constructor and Description |
---|
ChunkedOutput(ChunkedOutput.Builder<T> builder)
Create new
ChunkedOutput based on builder. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.