Interface SdkHttpContentPublisher
- All Superinterfaces:
 org.reactivestreams.Publisher<ByteBuffer>
- All Known Implementing Classes:
 SimpleHttpContentPublisher
A 
Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.- 
Method Summary
Methods inherited from interface org.reactivestreams.Publisher
subscribe 
- 
Method Details
- 
contentLength
- Returns:
 - The content length of the data being produced.
 
 
 -