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>
public static class ChunkedOutput.TypedBuilder<Y> extends ChunkedOutput.Builder<Y>
Builder that allows to create a new ChunkedOutput based on the given configuration options.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChunkedOutput<Y>build()Build the ChunkedOutput based on the given configuration.-
Methods inherited from class org.glassfish.jersey.server.ChunkedOutput.Builder
asyncContextProvider, chunkDelimiter, queueCapacity
-
-
-
-
Method Detail
-
build
public ChunkedOutput<Y> build()
Build the ChunkedOutput based on the given configuration.- Overrides:
buildin classChunkedOutput.Builder<Y>- Returns:
- the ChunkedOutput
-
-