Interface SdkHttpContentPublisher

  • All Superinterfaces:
    org.reactivestreams.Publisher<ByteBuffer>

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

      • contentLength

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