Uses of Class
org.glassfish.jersey.server.ChunkedOutput
Packages that use ChunkedOutput
-
Uses of ChunkedOutput in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with type parameters of type ChunkedOutputModifier and TypeMethodDescription<OUT extends ChunkedOutput<T>>
booleanBroadcaster.add(OUT chunkedOutput) RegisterChunkedOutputto thisBroadcasterinstance.<OUT extends ChunkedOutput<T>>
booleanBroadcaster.remove(OUT chunkedOutput) Un-registerChunkedOutputfrom thisBroadcasterinstance.Methods in org.glassfish.jersey.server that return ChunkedOutputModifier and TypeMethodDescriptionChunkedOutput.Builder.build()Build the ChunkedOutput based on the given configuration.ChunkedOutput.TypedBuilder.build()Build the ChunkedOutput based on the given configuration.Methods in org.glassfish.jersey.server with parameters of type ChunkedOutputModifier and TypeMethodDescriptionlongChunkedResponseWriter.getSize(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) voidBroadcaster.onClose(ChunkedOutput<T> chunkedOutput) Called when the chunkedOutput has been closed (either by client closing the connection or by callingclose()on the server side.voidBroadcasterListener.onClose(ChunkedOutput<T> chunkedOutput) Called when the chunkedOutput has been closed (either by client closing the connection or by callingclose()on the server side.voidBroadcaster.onException(ChunkedOutput<T> chunkedOutput, Exception exception) Called when exception was thrown by a given chunked response when trying to write to it or close it.voidBroadcasterListener.onException(ChunkedOutput<T> chunkedOutput, Exception exception) Called when exception was thrown by a given chunked response when trying to write to it or close it.voidChunkedResponseWriter.writeTo(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)