Class StreamManagingStage<OutputT>

java.lang.Object
software.amazon.awssdk.core.internal.http.StreamManagingStage<OutputT>
Type Parameters:
OutputT - Type of unmarshalled response
All Implemented Interfaces:
RequestPipeline<SdkHttpFullRequest,Response<OutputT>>

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

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