Class ByteBufferBodyPublisher
java.lang.Object
com.github.mizosoft.methanol.internal.extensions.ByteBufferBodyPublisher
- All Implemented Interfaces:
HttpRequest.BodyPublisher, Flow.Publisher<ByteBuffer>
-
Constructor Summary
ConstructorsConstructorDescriptionByteBufferBodyPublisher(ByteBuffer buffer) ByteBufferBodyPublisher(ByteBuffer buffer, int downstreamBufferSize) -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsubscribe(Flow.Subscriber<? super ByteBuffer> subscriber)
-
Constructor Details
-
ByteBufferBodyPublisher
-
ByteBufferBodyPublisher
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceFlow.Publisher<ByteBuffer>
-
contentLength
public long contentLength()- Specified by:
contentLengthin interfaceHttpRequest.BodyPublisher
-