Interface SdkHttpContentPublisher

All Superinterfaces:
org.reactivestreams.Publisher<ByteBuffer>
All Known Implementing Classes:
SimpleHttpContentPublisher

public interface SdkHttpContentPublisher extends org.reactivestreams.Publisher<ByteBuffer>
A Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.reactivestreams.Publisher

    subscribe
  • Method Details

    • contentLength

      Optional<Long> contentLength()
      Returns:
      The content length of the data being produced.