content
Streaming content.
StreamingContentImplementation is thread-safe only if the streaming content and HTTP encoding are thread-safe.
private final StreamingContentprivate final HttpEncodingHttpEncodingStreamingContent(StreamingContent content,
HttpEncoding encoding) voidwriteTo(OutputStream out) content - streaming contentencoding - HTTP encodingStreamingContentImplementations must not close the output stream, and instead should flush the output stream. Some callers may assume that the output stream has not been closed, and will fail to work if it has been closed.
writeTo in interface StreamingContentout - output streamIOException