Class SigV4DataFramePublisher
- java.lang.Object
-
- software.amazon.awssdk.http.auth.aws.eventstream.internal.io.SigV4DataFramePublisher
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>
public final class SigV4DataFramePublisher extends Object implements org.reactivestreams.Publisher<ByteBuffer>
A publisher which adapts a publisher by SigV4-signing each frame, and appends an empty trailing frame.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSigV4DataFramePublisher.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigV4DataFramePublisher.Builderbuilder()voidsubscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
-
-
-
Method Detail
-
builder
public static SigV4DataFramePublisher.Builder builder()
-
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<ByteBuffer>
-
-