public class io.undertow.protocols.http2.Http2Setting
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2Setting
  super_class: java.lang.Object
{
  public static final int SETTINGS_HEADER_TABLE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SETTINGS_ENABLE_PUSH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SETTINGS_MAX_CONCURRENT_STREAMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int SETTINGS_INITIAL_WINDOW_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int SETTINGS_MAX_FRAME_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int SETTINGS_MAX_HEADER_LIST_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

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

  private final long value;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, long);
    descriptor: (IJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2Setting this
        start local 1 // int id
        start local 2 // long value
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            iload 1 /* id */
            putfield io.undertow.protocols.http2.Http2Setting.id:I
         2: .line 40
            aload 0 /* this */
            lload 2 /* value */
            putfield io.undertow.protocols.http2.Http2Setting.value:J
         3: .line 41
            return
        end local 2 // long value
        end local 1 // int id
        end local 0 // io.undertow.protocols.http2.Http2Setting this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/undertow/protocols/http2/Http2Setting;
            0    4     1     id  I
            0    4     2  value  J
    MethodParameters:
       Name  Flags
      id     
      value  

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

  public long getValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2Setting this
         0: .line 48
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2Setting.value:J
            lreturn
        end local 0 // io.undertow.protocols.http2.Http2Setting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2Setting;
}
SourceFile: "Http2Setting.java"