class io.undertow.protocols.http2.Http2RstStreamParser extends io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2RstStreamParser
  super_class: io.undertow.protocols.http2.Http2PushBackParser
{
  private int errorCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2RstStreamParser this
        start local 1 // int frameLength
         0: .line 33
            aload 0 /* this */
            iload 1 /* frameLength */
            invokespecial io.undertow.protocols.http2.Http2PushBackParser.<init>:(I)V
         1: .line 34
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2RstStreamParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/undertow/protocols/http2/Http2RstStreamParser;
            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.Http2RstStreamParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
         0: .line 38
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_4
            if_icmpge 2
         1: .line 39
            return
         2: .line 41
      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.Http2RstStreamParser.errorCode:I
         3: .line 43
            return
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2RstStreamParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/undertow/protocols/http2/Http2RstStreamParser;
            0    4     1      resource  Ljava/nio/ByteBuffer;
            0    4     2  headerParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
    MethodParameters:
              Name  Flags
      resource      
      headerParser  

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