final class io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame 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$HeadersFrame
  super_class: io.netty.handler.codec.http2.StreamBufferingEncoder$Frame
{
  final io.netty.handler.codec.http2.Http2Headers headers;
    descriptor: Lio/netty/handler/codec/http2/Http2Headers;
    flags: (0x0010) ACC_FINAL

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

  final short weight;
    descriptor: S
    flags: (0x0010) ACC_FINAL

  final boolean exclusive;
    descriptor: Z
    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.handler.codec.http2.Http2Headers, int, short, boolean, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/handler/codec/http2/StreamBufferingEncoder;Lio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame this
        start local 2 // io.netty.handler.codec.http2.Http2Headers headers
        start local 3 // int streamDependency
        start local 4 // short weight
        start local 5 // boolean exclusive
        start local 6 // int padding
        start local 7 // boolean endOfStream
        start local 8 // io.netty.channel.ChannelPromise promise
         0: .line 327
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
         1: .line 328
            aload 0 /* this */
            aload 8 /* promise */
            invokespecial io.netty.handler.codec.http2.StreamBufferingEncoder$Frame.<init>:(Lio/netty/channel/ChannelPromise;)V
         2: .line 329
            aload 0 /* this */
            aload 2 /* headers */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.headers:Lio/netty/handler/codec/http2/Http2Headers;
         3: .line 330
            aload 0 /* this */
            iload 3 /* streamDependency */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.streamDependency:I
         4: .line 331
            aload 0 /* this */
            iload 4 /* weight */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.weight:S
         5: .line 332
            aload 0 /* this */
            iload 5 /* exclusive */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.exclusive:Z
         6: .line 333
            aload 0 /* this */
            iload 6 /* padding */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.padding:I
         7: .line 334
            aload 0 /* this */
            iload 7 /* endOfStream */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.endOfStream:Z
         8: .line 335
            return
        end local 8 // io.netty.channel.ChannelPromise promise
        end local 7 // boolean endOfStream
        end local 6 // int padding
        end local 5 // boolean exclusive
        end local 4 // short weight
        end local 3 // int streamDependency
        end local 2 // io.netty.handler.codec.http2.Http2Headers headers
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$HeadersFrame;
            0    9     2           headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    9     3  streamDependency  I
            0    9     4            weight  S
            0    9     5         exclusive  Z
            0    9     6           padding  I
            0    9     7       endOfStream  Z
            0    9     8           promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
                  Name  Flags
      this$0            final
      headers           
      streamDependency  
      weight            
      exclusive         
      padding           
      endOfStream       
      promise           

  void send(io.netty.channel.ChannelHandlerContext, int);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;I)V
    flags: (0x0000) 
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
         0: .line 339
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.this$0:Lio/netty/handler/codec/http2/StreamBufferingEncoder;
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.headers:Lio/netty/handler/codec/http2/Http2Headers;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.streamDependency:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.weight:S
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.exclusive:Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.padding:I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.endOfStream:Z
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame.promise:Lio/netty/channel/ChannelPromise;
            invokevirtual io.netty.handler.codec.http2.StreamBufferingEncoder.writeHeaders:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         1: .line 340
            return
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$HeadersFrame;
            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 abstract Frame = io.netty.handler.codec.http2.StreamBufferingEncoder$Frame of io.netty.handler.codec.http2.StreamBufferingEncoder
  private final HeadersFrame = io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame of io.netty.handler.codec.http2.StreamBufferingEncoder