@FunctionalInterface
public static interface StreamingHttpOutputMessage.Body
OutputStream
. Useful with HTTP client libraries that provide
indirect access to an OutputStream
via a callback mechanism.Modifier and Type | Method and Description |
---|---|
void |
writeTo(java.io.OutputStream outputStream)
Write this body to the given
OutputStream . |