Interface SdkHttpContentPublisher
- 
- All Superinterfaces:
- org.reactivestreams.Publisher<ByteBuffer>
 
 public interface SdkHttpContentPublisher extends org.reactivestreams.Publisher<ByteBuffer> APublisherof HTTP content data that allows streaming operations for asynchronous HTTP clients.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Long>contentLength()
 
-