Interface HttpBodyInput

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

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