class io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel extends io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel
  super_class: io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
{
  public static final int HEADER_FIRST_LINE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2055

  private final int status;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int lastGoodStreamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(io.undertow.protocols.http2.Http2Channel, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
        start local 2 // int status
        start local 3 // int lastGoodStreamId
         0: .line 41
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.undertow.protocols.http2.Http2NoDataStreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;)V
         1: .line 42
            aload 0 /* this */
            iload 2 /* status */
            putfield io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel.status:I
         2: .line 43
            aload 0 /* this */
            iload 3 /* lastGoodStreamId */
            putfield io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel.lastGoodStreamId:I
         3: .line 44
            return
        end local 3 // int lastGoodStreamId
        end local 2 // int status
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/undertow/protocols/http2/Http2GoAwayStreamSinkChannel;
            0    4     1           channel  Lio/undertow/protocols/http2/Http2Channel;
            0    4     2            status  I
            0    4     3  lastGoodStreamId  I
    MethodParameters:
                  Name  Flags
      channel           
      status            
      lastGoodStreamId  

  protected io.undertow.server.protocol.framed.SendFrameHeader createFrameHeader();
    descriptor: ()Lio/undertow/server/protocol/framed/SendFrameHeader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
         0: .line 48
            bipush 17
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 1 /* buf */
        start local 1 // java.nio.ByteBuffer buf
         1: .line 50
            aload 1 /* buf */
            sipush 2055
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         2: .line 51
            aload 1 /* buf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 52
            aload 1 /* buf */
            iconst_0
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         4: .line 53
            aload 1 /* buf */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel.lastGoodStreamId:I
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         5: .line 54
            aload 1 /* buf */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel.status:I
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.putInt:(Ljava/nio/ByteBuffer;I)V
         6: .line 55
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         7: .line 56
            new io.undertow.server.protocol.framed.SendFrameHeader
            dup
            new io.undertow.util.ImmediatePooledByteBuffer
            dup
            aload 1 /* buf */
            invokespecial io.undertow.util.ImmediatePooledByteBuffer.<init>:(Ljava/nio/ByteBuffer;)V
            invokespecial io.undertow.server.protocol.framed.SendFrameHeader.<init>:(Lio/undertow/connector/PooledByteBuffer;)V
            areturn
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/undertow/protocols/http2/Http2GoAwayStreamSinkChannel;
            1    8     1   buf  Ljava/nio/ByteBuffer;

  protected boolean isLastFrame();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
         0: .line 61
            iconst_1
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2GoAwayStreamSinkChannel;
}
SourceFile: "Http2GoAwayStreamSinkChannel.java"