Class InMemoryPublisher
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.io.InMemoryPublisher
- All Implemented Interfaces:
- org.reactivestreams.Publisher<ByteBuffer>
@SdkInternalApi
public class InMemoryPublisher
extends Object
implements org.reactivestreams.Publisher<ByteBuffer>
Temporarily used for buffering all data into memory. TODO(sra-identity-auth): Remove this by supporting chunked encoding. We
 should not buffer everything into memory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsubscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s) 
- 
Constructor Details- 
InMemoryPublisher
 
- 
- 
Method Details- 
subscribe- Specified by:
- subscribein interface- org.reactivestreams.Publisher<ByteBuffer>
 
 
-