public final class okhttp3.internal.http2.Settings
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.internal.http2.Settings
  super_class: java.lang.Object
{
  static final int DEFAULT_INITIAL_WINDOW_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 65535

  static final int HEADER_TABLE_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int ENABLE_PUSH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int MAX_CONCURRENT_STREAMS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int MAX_FRAME_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int MAX_HEADER_LIST_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int INITIAL_WINDOW_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  static final int COUNT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

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

  private final int[] values;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Settings this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield okhttp3.internal.http2.Settings.values:[I
         2: .line 24
            return
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lokhttp3/internal/http2/Settings;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Settings this
         0: .line 54
            aload 0 /* this */
            iconst_0
            putfield okhttp3.internal.http2.Settings.set:I
         1: .line 55
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
         2: .line 56
            return
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lokhttp3/internal/http2/Settings;

  okhttp3.internal.http2.Settings set(int, int);
    descriptor: (II)Lokhttp3/internal/http2/Settings;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int id
        start local 2 // int value
         0: .line 59
            iload 1 /* id */
            iflt 1
            iload 1 /* id */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            arraylength
            if_icmplt 2
         1: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            iconst_1
            iload 1 /* id */
            ishl
            istore 3 /* bit */
        start local 3 // int bit
         3: .line 64
            aload 0 /* this */
            dup
            getfield okhttp3.internal.http2.Settings.set:I
            iload 3 /* bit */
            ior
            putfield okhttp3.internal.http2.Settings.set:I
         4: .line 65
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iload 1 /* id */
            iload 2 /* value */
            iastore
         5: .line 66
            aload 0 /* this */
            areturn
        end local 3 // int bit
        end local 2 // int value
        end local 1 // int id
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lokhttp3/internal/http2/Settings;
            0    6     1     id  I
            0    6     2  value  I
            3    6     3    bit  I
    MethodParameters:
       Name  Flags
      id     
      value  

  boolean isSet(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int id
         0: .line 71
            iconst_1
            iload 1 /* id */
            ishl
            istore 2 /* bit */
        start local 2 // int bit
         1: .line 72
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iload 2 /* bit */
            iand
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int bit
        end local 1 // int id
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lokhttp3/internal/http2/Settings;
            0    3     1    id  I
            1    3     2   bit  I
    MethodParameters:
      Name  Flags
      id    

  int get(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int id
         0: .line 77
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iload 1 /* id */
            iaload
            ireturn
        end local 1 // int id
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Settings;
            0    1     1    id  I
    MethodParameters:
      Name  Flags
      id    

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Settings this
         0: .line 82
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            invokestatic java.lang.Integer.bitCount:(I)I
            ireturn
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Settings;

  int getHeaderTableSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // okhttp3.internal.http2.Settings this
         0: .line 87
            iconst_2
            istore 1 /* bit */
        start local 1 // int bit
         1: .line 88
            iload 1 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iconst_1
            iaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int bit
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lokhttp3/internal/http2/Settings;
            1    4     1   bit  I

  boolean getEnablePush(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // boolean defaultValue
         0: .line 93
            iconst_4
            istore 2 /* bit */
        start local 2 // int bit
         1: .line 94
            iload 2 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iconst_2
            iaload
            goto 4
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* defaultValue */
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: iconst_1
            if_icmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // int bit
        end local 1 // boolean defaultValue
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lokhttp3/internal/http2/Settings;
            0    6     1  defaultValue  Z
            1    6     2           bit  I
    MethodParameters:
              Name  Flags
      defaultValue  

  int getMaxConcurrentStreams(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int defaultValue
         0: .line 98
            bipush 16
            istore 2 /* bit */
        start local 2 // int bit
         1: .line 99
            iload 2 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iconst_4
            iaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int bit
        end local 1 // int defaultValue
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lokhttp3/internal/http2/Settings;
            0    4     1  defaultValue  I
            1    4     2           bit  I
    MethodParameters:
              Name  Flags
      defaultValue  

  int getMaxFrameSize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int defaultValue
         0: .line 103
            bipush 32
            istore 2 /* bit */
        start local 2 // int bit
         1: .line 104
            iload 2 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            iconst_5
            iaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int bit
        end local 1 // int defaultValue
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lokhttp3/internal/http2/Settings;
            0    4     1  defaultValue  I
            1    4     2           bit  I
    MethodParameters:
              Name  Flags
      defaultValue  

  int getMaxHeaderListSize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // int defaultValue
         0: .line 108
            bipush 64
            istore 2 /* bit */
        start local 2 // int bit
         1: .line 109
            iload 2 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            bipush 6
            iaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int bit
        end local 1 // int defaultValue
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lokhttp3/internal/http2/Settings;
            0    4     1  defaultValue  I
            1    4     2           bit  I
    MethodParameters:
              Name  Flags
      defaultValue  

  int getInitialWindowSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // okhttp3.internal.http2.Settings this
         0: .line 113
            sipush 128
            istore 1 /* bit */
        start local 1 // int bit
         1: .line 114
            iload 1 /* bit */
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.set:I
            iand
            ifeq 2
            aload 0 /* this */
            getfield okhttp3.internal.http2.Settings.values:[I
            bipush 7
            iaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: ldc 65535
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int bit
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lokhttp3/internal/http2/Settings;
            1    4     1   bit  I

  void merge(okhttp3.internal.http2.Settings);
    descriptor: (Lokhttp3/internal/http2/Settings;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Settings this
        start local 1 // okhttp3.internal.http2.Settings other
         0: .line 122
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 123
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            iload 2 /* i */
            invokevirtual okhttp3.internal.http2.Settings.isSet:(I)Z
            ifne 3
            goto 4
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            aload 1 /* other */
            iload 2 /* i */
            invokevirtual okhttp3.internal.http2.Settings.get:(I)I
            invokevirtual okhttp3.internal.http2.Settings.set:(II)Lokhttp3/internal/http2/Settings;
            pop
         4: .line 122
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            bipush 10
            if_icmplt 2
        end local 2 // int i
         6: .line 126
            return
        end local 1 // okhttp3.internal.http2.Settings other
        end local 0 // okhttp3.internal.http2.Settings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lokhttp3/internal/http2/Settings;
            0    7     1  other  Lokhttp3/internal/http2/Settings;
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "Settings.java"