final class io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame extends io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame
  super_class: io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
{
  final io.netty.buffer.ByteBuf data;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0010) ACC_FINAL

  final int padding;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final boolean endOfStream;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.netty.handler.codec.http2.StreamBufferingEncoder this$0;
    descriptor: Lio/netty/handler/codec/http2/StreamBufferingEncoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.StreamBufferingEncoder, io.netty.buffer.ByteBuf, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/handler/codec/http2/StreamBufferingEncoder;Lio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame this
        start local 2 // io.netty.buffer.ByteBuf data
        start local 3 // int padding
        start local 4 // boolean endOfStream
        start local 5 // io.netty.channel.ChannelPromise promise
         0: .line 348
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
         1: .line 349
            aload 0 /* this */
            aload 5 /* promise */
            invokespecial io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.<init>:(Lio/netty/channel/ChannelPromise;)V
         2: .line 350
            aload 0 /* this */
            aload 2 /* data */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.data:Lio/netty/buffer/ByteBuf;
         3: .line 351
            aload 0 /* this */
            iload 3 /* padding */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.padding:I
         4: .line 352
            aload 0 /* this */
            iload 4 /* endOfStream */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.endOfStream:Z
         5: .line 353
            return
        end local 5 // io.netty.channel.ChannelPromise promise
        end local 4 // boolean endOfStream
        end local 3 // int padding
        end local 2 // io.netty.buffer.ByteBuf data
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$DataFrame;
            0    6     2         data  Lio/netty/buffer/ByteBuf;
            0    6     3      padding  I
            0    6     4  endOfStream  Z
            0    6     5      promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
             Name  Flags
      this$0       final
      data         
      padding      
      endOfStream  
      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$DataFrame this
        start local 1 // java.lang.Throwable t
         0: .line 357
            aload 0 /* this */
            aload 1 /* t */
            invokespecial io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.release:(Ljava/lang/Throwable;)V
         1: .line 358
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.data:Lio/netty/buffer/ByteBuf;
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
         2: .line 359
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$DataFrame;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  void send(io.netty.channel.ChannelHandlerContext, int);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
         0: .line 363
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.data:Lio/netty/buffer/ByteBuf;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.padding:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.endOfStream:Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame.promise:Lio/netty/channel/ChannelPromise;
            invokevirtual io.netty.handler.codec.http2.StreamBufferingEncoder.writeData:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         1: .line 364
            return
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$DataFrame;
            0    2     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2  streamId  I
    MethodParameters:
          Name  Flags
      ctx       
      streamId  
}
SourceFile: "StreamBufferingEncoder.java"
NestHost: io.netty.handler.codec.http2.StreamBufferingEncoder
InnerClasses:
  private final DataFrame = io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame of io.netty.handler.codec.http2.StreamBufferingEncoder
  private abstract Frame = io.netty.handler.codec.http2.StreamBufferingEncoder$Frame of io.netty.handler.codec.http2.StreamBufferingEncoder