class io.undertow.protocols.http2.Http2DataFrameParser extends io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2DataFrameParser
  super_class: io.undertow.protocols.http2.Http2PushBackParser
{
  private int padding;
    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.Http2DataFrameParser 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 31
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2DataFrameParser.padding:I
         2: .line 35
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2DataFrameParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/undertow/protocols/http2/Http2DataFrameParser;
            0    3     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=3, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2DataFrameParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
         0: .line 39
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.flags:I
            bipush 8
            invokestatic org.xnio.Bits.anyAreClear:(II)Z
            ifeq 3
         1: .line 40
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2DataFrameParser.finish:()V
         2: .line 41
            return
         3: .line 43
      StackMap locals:
      StackMap stack:
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.length:I
            ifne 5
         4: .line 46
            new io.undertow.protocols.http2.ConnectionErrorException
            dup
            iconst_1
            invokespecial io.undertow.protocols.http2.ConnectionErrorException.<init>:(I)V
            athrow
         5: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifle 11
         6: .line 49
            aload 0 /* this */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            putfield io.undertow.protocols.http2.Http2DataFrameParser.padding:I
         7: .line 50
            aload 2 /* headerParser */
            dup
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.length:I
            iconst_1
            isub
            putfield io.undertow.protocols.http2.Http2FrameHeaderParser.length:I
         8: .line 51
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2DataFrameParser.padding:I
            aload 2 /* headerParser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.length:I
            if_icmple 10
         9: .line 52
            new io.undertow.protocols.http2.ConnectionErrorException
            dup
            iconst_1
            invokespecial io.undertow.protocols.http2.ConnectionErrorException.<init>:(I)V
            athrow
        10: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2DataFrameParser.finish:()V
        11: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2DataFrameParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/undertow/protocols/http2/Http2DataFrameParser;
            0   12     1      resource  Ljava/nio/ByteBuffer;
            0   12     2  headerParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
    Exceptions:
      throws io.undertow.protocols.http2.ConnectionErrorException
    MethodParameters:
              Name  Flags
      resource      
      headerParser  

  int getPadding();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2DataFrameParser this
         0: .line 59
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2DataFrameParser.padding:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2DataFrameParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2DataFrameParser;
}
SourceFile: "Http2DataFrameParser.java"