Class StreamManagingStage<OutputT>

  • Type Parameters:
    OutputT - Type of unmarshalled response
    All Implemented Interfaces:
    RequestPipeline<software.amazon.awssdk.http.SdkHttpFullRequest,​Response<OutputT>>

    public final class StreamManagingStage<OutputT>
    extends Object
    implements RequestPipeline<software.amazon.awssdk.http.SdkHttpFullRequest,​Response<OutputT>>
    Adds additional wrapping around the request ContentStreamProvider.

    Currently, it ensures that the stream returned by the provider is not closeable.