public class io.undertow.protocols.http2.Http2GoAwayParser extends io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2GoAwayParser
  super_class: io.undertow.protocols.http2.Http2PushBackParser
{
  private int statusCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastGoodStreamId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
        start local 1 // int frameLength
         0: .line 34
            aload 0 /* this */
            iload 1 /* frameLength */
            invokespecial io.undertow.protocols.http2.Http2PushBackParser.<init>:(I)V
         1: .line 35
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/undertow/protocols/http2/Http2GoAwayParser;
            0    2     1  frameLength  I
    MethodParameters:
             Name  Flags
      frameLength  

  protected void handleData(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
         0: .line 39
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            bipush 8
            if_icmpge 2
         1: .line 40
            return
         2: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* resource */
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.readInt:(Ljava/nio/ByteBuffer;)I
            putfield io.undertow.protocols.http2.Http2GoAwayParser.lastGoodStreamId:I
         3: .line 43
            aload 0 /* this */
            aload 1 /* resource */
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.readInt:(Ljava/nio/ByteBuffer;)I
            putfield io.undertow.protocols.http2.Http2GoAwayParser.statusCode:I
         4: .line 44
            return
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/undertow/protocols/http2/Http2GoAwayParser;
            0    5     1      resource  Ljava/nio/ByteBuffer;
            0    5     2  headerParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
    MethodParameters:
              Name  Flags
      resource      
      headerParser  

  public int getStatusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
         0: .line 47
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2GoAwayParser.statusCode:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2GoAwayParser;

  public int getLastGoodStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
         0: .line 51
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2GoAwayParser.lastGoodStreamId:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2GoAwayParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2GoAwayParser;
}
SourceFile: "Http2GoAwayParser.java"