Class Http2ResetSendingSubscription

java.lang.Object
software.amazon.awssdk.utils.async.DelegatingSubscription
software.amazon.awssdk.http.nio.netty.internal.http2.Http2ResetSendingSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription

public class Http2ResetSendingSubscription extends DelegatingSubscription
Wrapper around a Subscription to send a RST_STREAM frame on cancel.
  • Constructor Details

    • Http2ResetSendingSubscription

      public Http2ResetSendingSubscription(io.netty.channel.ChannelHandlerContext ctx, org.reactivestreams.Subscription delegate)
  • Method Details

    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.reactivestreams.Subscription
      Overrides:
      cancel in class DelegatingSubscription