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

  private final java.util.List<io.undertow.protocols.http2.Http2Setting> settings;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2SettingsParser this
        start local 1 // int frameLength
         0: .line 35
            aload 0 /* this */
            iload 1 /* frameLength */
            invokespecial io.undertow.protocols.http2.Http2PushBackParser.<init>:(I)V
         1: .line 30
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2SettingsParser.count:I
         2: .line 32
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.undertow.protocols.http2.Http2SettingsParser.settings:Ljava/util/List;
         3: .line 36
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2SettingsParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/undertow/protocols/http2/Http2SettingsParser;
            0    4     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=6, locals=6, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2SettingsParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser parser
         0: .line 40
            goto 11
         1: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            bipush 6
            if_icmpge 3
         2: .line 42
            return
         3: .line 44
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
            istore 3 /* id */
        start local 3 // int id
         4: .line 45
            iload 3 /* id */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            iadd
            istore 3 /* id */
         5: .line 46
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            i2l
            ldc 255
            land
            bipush 24
            lshl
            lstore 4 /* value */
        start local 4 // long value
         6: .line 47
            lload 4 /* value */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            i2l
            ldc 255
            land
            bipush 16
            lshl
            ladd
            lstore 4 /* value */
         7: .line 48
            lload 4 /* value */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            i2l
            ldc 255
            land
            bipush 8
            lshl
            ladd
            lstore 4 /* value */
         8: .line 49
            lload 4 /* value */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            i2l
            ldc 255
            land
            ladd
            lstore 4 /* value */
         9: .line 50
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2SettingsParser.settings:Ljava/util/List;
            new io.undertow.protocols.http2.Http2Setting
            dup
            iload 3 /* id */
            lload 4 /* value */
            invokespecial io.undertow.protocols.http2.Http2Setting.<init>:(IJ)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 51
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.Http2SettingsParser.count:I
            bipush 6
            iadd
            putfield io.undertow.protocols.http2.Http2SettingsParser.count:I
        end local 4 // long value
        end local 3 // int id
        11: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2SettingsParser.count:I
            aload 2 /* parser */
            getfield io.undertow.protocols.http2.Http2FrameHeaderParser.length:I
            if_icmplt 1
        12: .line 53
            return
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser parser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2SettingsParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lio/undertow/protocols/http2/Http2SettingsParser;
            0   13     1  resource  Ljava/nio/ByteBuffer;
            0   13     2    parser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            4   11     3        id  I
            6   11     4     value  J
    MethodParameters:
          Name  Flags
      resource  
      parser    

  public java.util.List<io.undertow.protocols.http2.Http2Setting> getSettings();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2SettingsParser this
         0: .line 56
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2SettingsParser.settings:Ljava/util/List;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2SettingsParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2SettingsParser;
    Signature: ()Ljava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;
}
SourceFile: "Http2SettingsParser.java"