Class PartPublisher
java.lang.Object
kong.unirest.core.java.PartPublisher
- All Implemented Interfaces:
HttpRequest.BodyPublisher, Flow.Publisher<ByteBuffer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsubscribe(Flow.Subscriber<? super ByteBuffer> subscriber)
-
Field Details
-
mediaType
-
upstream
-
-
Constructor Details
-
PartPublisher
-
-
Method Details
-
mediaType
-
contentLength
public long contentLength()- Specified by:
contentLengthin interfaceHttpRequest.BodyPublisher
-
subscribe
- Specified by:
subscribein interfaceFlow.Publisher<ByteBuffer>
-