Package org.glassfish.jersey.server
Class ChunkedOutput.TypedBuilder<Y>
java.lang.Object
org.glassfish.jersey.server.ChunkedOutput.Builder<Y>
org.glassfish.jersey.server.ChunkedOutput.TypedBuilder<Y>
- Type Parameters:
Y
-
- Enclosing class:
- ChunkedOutput<T>
Builder that allows to create a new ChunkedOutput based on the given configuration options.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the ChunkedOutput based on the given configuration.Methods inherited from class org.glassfish.jersey.server.ChunkedOutput.Builder
asyncContextProvider, chunkDelimiter, queueCapacity
-
Method Details
-
build
Build the ChunkedOutput based on the given configuration.- Overrides:
build
in classChunkedOutput.Builder<Y>
- Returns:
- the ChunkedOutput
-