Interface HttpBodyOutput

All Superinterfaces:
AutoCloseable, Closeable, Flow.Publisher<ByteBuffer>, HttpBody
All Known Implementing Classes:
DefaultFullHttpBody, EmptyHttpBody, StreamingHttpBodyOutput

public interface HttpBodyOutput extends HttpBody, Flow.Publisher<ByteBuffer>