public abstract class io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.undertow.protocols.http2.Http2PushBackParser
  super_class: java.lang.Object
{
  private byte[] pushedBackData;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private boolean finished;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  int cnt;
    descriptor: I
    flags: (0x0000) 

  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.Http2PushBackParser this
        start local 1 // int frameLength
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* frameLength */
            putfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
         2: .line 42
            aload 0 /* this */
            iload 1 /* frameLength */
            putfield io.undertow.protocols.http2.Http2PushBackParser.frameLength:I
         3: .line 43
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2PushBackParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/undertow/protocols/http2/Http2PushBackParser;
            0    4     1  frameLength  I
    MethodParameters:
             Name  Flags
      frameLength  

  public void parse(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2PushBackParser this
        start local 1 // java.nio.ByteBuffer data
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
         0: .line 46
            iconst_0
            istore 3 /* used */
        start local 3 // int used
         1: .line 47
            aload 1 /* data */
            astore 4 /* dataToParse */
        start local 4 // java.nio.ByteBuffer dataToParse
         2: .line 48
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 5 /* oldLimit */
        start local 5 // int oldLimit
         3: .line 50
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            ifnull 10
         4: .line 51
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            arraylength
            isub
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* toCopy */
        start local 6 // int toCopy
         5: .line 52
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            arraylength
            iload 6 /* toCopy */
            iadd
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 4 /* dataToParse */
         6: .line 53
            aload 4 /* dataToParse */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         7: .line 54
            aload 1 /* data */
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 6 /* toCopy */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         8: .line 55
            aload 4 /* dataToParse */
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         9: .line 56
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        end local 6 // int toCopy
        10: .line 58
      StackMap locals: int java.nio.ByteBuffer int
      StackMap stack:
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            if_icmple 12
        11: .line 59
            aload 4 /* dataToParse */
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        12: .line 61
      StackMap locals:
      StackMap stack:
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 6 /* rem */
        start local 6 // int rem
        13: .line 62
            aload 0 /* this */
            aload 4 /* dataToParse */
            aload 2 /* headerParser */
            invokevirtual io.undertow.protocols.http2.Http2PushBackParser.handleData:(Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
        14: .line 63
            iload 6 /* rem */
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            isub
            istore 3 /* used */
        15: .line 64
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2PushBackParser.isFinished:()Z
            ifne 33
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            ifle 33
            iload 3 /* used */
            ifne 33
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            if_icmplt 33
        16: .line 65
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2PushBackParser.cnt:I
            dup_x1
            iconst_1
            iadd
            putfield io.undertow.protocols.http2.Http2PushBackParser.cnt:I
            bipush 100
            if_icmpne 33
        17: .line 66
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.parserDidNotMakeProgress:()Ljava/io/IOException;
            athrow
        end local 6 // int rem
        18: .line 70
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        19: .line 73
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
            ifeq 22
        20: .line 74
            aload 1 /* data */
            iload 5 /* oldLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        21: .line 75
            return
        22: .line 77
      StackMap locals: io.undertow.protocols.http2.Http2PushBackParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int java.nio.ByteBuffer int top java.lang.Throwable
      StackMap stack:
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 8 /* leftOver */
        start local 8 // int leftOver
        23: .line 78
            iload 8 /* leftOver */
            ifle 27
        24: .line 79
            aload 0 /* this */
            iload 8 /* leftOver */
            newarray 8
            putfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
        25: .line 80
            aload 4 /* dataToParse */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        26: .line 81
            goto 28
        27: .line 82
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
        28: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            iload 5 /* oldLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        29: .line 85
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            iload 3 /* used */
            isub
            putfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
        30: .line 86
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            ifne 32
        31: .line 87
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
        end local 8 // int leftOver
        32: .line 89
      StackMap locals:
      StackMap stack:
            aload 7
            athrow
        33: .line 73
      StackMap locals: io.undertow.protocols.http2.Http2PushBackParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int java.nio.ByteBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
            ifeq 36
        34: .line 74
            aload 1 /* data */
            iload 5 /* oldLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        35: .line 75
            return
        36: .line 77
      StackMap locals:
      StackMap stack:
            aload 4 /* dataToParse */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 8 /* leftOver */
        start local 8 // int leftOver
        37: .line 78
            iload 8 /* leftOver */
            ifle 41
        38: .line 79
            aload 0 /* this */
            iload 8 /* leftOver */
            newarray 8
            putfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
        39: .line 80
            aload 4 /* dataToParse */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        40: .line 81
            goto 42
        41: .line 82
      StackMap locals: io.undertow.protocols.http2.Http2PushBackParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int java.nio.ByteBuffer int top top int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
        42: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            iload 5 /* oldLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        43: .line 85
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            iload 3 /* used */
            isub
            putfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
        44: .line 86
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            ifne 46
        45: .line 87
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
        end local 8 // int leftOver
        46: .line 90
      StackMap locals: io.undertow.protocols.http2.Http2PushBackParser java.nio.ByteBuffer io.undertow.protocols.http2.Http2FrameHeaderParser int java.nio.ByteBuffer int
      StackMap stack:
            return
        end local 5 // int oldLimit
        end local 4 // java.nio.ByteBuffer dataToParse
        end local 3 // int used
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser headerParser
        end local 1 // java.nio.ByteBuffer data
        end local 0 // io.undertow.protocols.http2.Http2PushBackParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   47     0          this  Lio/undertow/protocols/http2/Http2PushBackParser;
            0   47     1          data  Ljava/nio/ByteBuffer;
            0   47     2  headerParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            1   47     3          used  I
            2   47     4   dataToParse  Ljava/nio/ByteBuffer;
            3   47     5      oldLimit  I
            5   10     6        toCopy  I
           13   18     6           rem  I
           23   32     8      leftOver  I
           37   46     8      leftOver  I
      Exception table:
        from    to  target  type
           3    18      18  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      data          
      headerParser  

  protected abstract void handleData(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      resource      
      headerParser  

  public boolean isFinished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PushBackParser this
         0: .line 95
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            ifnull 2
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.pushedBackData:[B
            arraylength
            if_icmpne 2
         1: .line 96
            iconst_1
            ireturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2PushBackParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/protocols/http2/Http2PushBackParser;

  protected void finish();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PushBackParser this
         0: .line 102
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
         1: .line 103
            return
        end local 0 // io.undertow.protocols.http2.Http2PushBackParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/Http2PushBackParser;

  protected void moreData(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2PushBackParser this
        start local 1 // int data
         0: .line 106
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2PushBackParser.finished:Z
         1: .line 107
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
            iload 1 /* data */
            iadd
            putfield io.undertow.protocols.http2.Http2PushBackParser.remainingData:I
         2: .line 108
            return
        end local 1 // int data
        end local 0 // io.undertow.protocols.http2.Http2PushBackParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/protocols/http2/Http2PushBackParser;
            0    3     1  data  I
    MethodParameters:
      Name  Flags
      data  

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