abstract class io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
  super_class: java.lang.Object
{
  final io.netty.channel.ChannelPromise promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0010) ACC_FINAL

  void <init>(io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame this
        start local 1 // io.netty.channel.ChannelPromise promise
         0: .line 300
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 301
            aload 0 /* this */
            aload 1 /* promise */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.promise:Lio/netty/channel/ChannelPromise;
         2: .line 302
            return
        end local 1 // io.netty.channel.ChannelPromise promise
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Frame;
            0    3     1  promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
         Name  Flags
      promise  

  void release(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame this
        start local 1 // java.lang.Throwable t
         0: .line 308
            aload 1 /* t */
            ifnonnull 3
         1: .line 309
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.ChannelPromise.setSuccess:()Lio/netty/channel/ChannelPromise;
            pop
         2: .line 310
            goto 4
         3: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.promise:Lio/netty/channel/ChannelPromise;
            aload 1 /* t */
            invokeinterface io.netty.channel.ChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
            pop
         4: .line 313
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Frame;
            0    5     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  abstract void send(io.netty.channel.ChannelHandlerContext, int);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;I)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      ctx       
      streamId  
}
SourceFile: "StreamBufferingEncoder.java"
NestHost: io.netty.handler.codec.http2.StreamBufferingEncoder
InnerClasses:
  private abstract Frame = io.netty.handler.codec.http2.StreamBufferingEncoder$Frame of io.netty.handler.codec.http2.StreamBufferingEncoder