class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 extends io.netty.handler.codec.http2.Http2ConnectionAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1
  super_class: io.netty.handler.codec.http2.Http2ConnectionAdapter
{
  final io.netty.handler.codec.http2.WeightedFairQueueByteDistributor this$0;
    descriptor: Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$io$netty$handler$codec$http2$Http2Stream$State;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.WeightedFairQueueByteDistributor);
    descriptor: (Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
         0: .line 118
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.Http2ConnectionAdapter.<init>:()V
            return
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onStreamAdded(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 121
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyMap:Lio/netty/util/collection/IntObjectMap;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            invokeinterface io.netty.util.collection.IntObjectMap.remove:(I)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
         1: .line 122
            aload 2 /* state */
            ifnonnull 7
         2: .line 123
            new io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 1 /* stream */
            invokespecial io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.<init>:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;Lio/netty/handler/codec/http2/Http2Stream;)V
            astore 2 /* state */
         3: .line 125
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* events */
        start local 3 // java.util.List events
         4: .line 126
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.connectionState:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            aload 2 /* state */
            iconst_0
            aload 3 /* events */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.takeChild:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;ZLjava/util/List;)V
         5: .line 127
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 3 /* events */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.notifyParentChanged:(Ljava/util/List;)V
        end local 3 // java.util.List events
         6: .line 128
            goto 9
         7: .line 129
      StackMap locals: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyRemovalQueue:Lio/netty/util/internal/PriorityQueue;
            aload 2 /* state */
            invokeinterface io.netty.util.internal.PriorityQueue.removeTyped:(Ljava/lang/Object;)Z
            pop
         8: .line 130
            aload 2 /* state */
            aload 1 /* stream */
            putfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.stream:Lio/netty/handler/codec/http2/Http2Stream;
         9: .line 132
      StackMap locals:
      StackMap stack:
            invokestatic io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.$SWITCH_TABLE$io$netty$handler$codec$http2$Http2Stream$State:()[I
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.state:()Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 2 - 3
                    2: 10
                    3: 10
              default: 12
          }
        10: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.setStreamReservedOrActivated:()V
        11: .line 138
            goto 12
        12: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* stream */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            aload 2 /* state */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.setProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 143
            return
        end local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$1;
            0   14     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
            1   14     2   state  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            4    6     3  events  Ljava/util/List<Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$ParentChangedEvent;>;
    MethodParameters:
        Name  Flags
      stream  

  public void onStreamActive(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 147
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.setStreamReservedOrActivated:()V
         1: .line 150
            return
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$1;
            0    2     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  

  public void onStreamClosed(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 154
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.close:()V
         1: .line 155
            return
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$1;
            0    2     1  stream  Lio/netty/handler/codec/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  

  public void onStreamRemoved(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 162
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            aload 1 /* stream */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.state:(Lio/netty/handler/codec/http2/Http2Stream;)Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
         1: .line 167
            aload 2 /* state */
            aconst_null
            putfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.stream:Lio/netty/handler/codec/http2/Http2Stream;
         2: .line 169
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.maxStateOnlySize:I
            ifne 5
         3: .line 170
            aload 2 /* state */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.parent:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.removeChild:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;)V
         4: .line 171
            return
         5: .line 173
      StackMap locals: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyRemovalQueue:Lio/netty/util/internal/PriorityQueue;
            invokeinterface io.netty.util.internal.PriorityQueue.size:()I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.maxStateOnlySize:I
            if_icmpne 13
         6: .line 174
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyRemovalQueue:Lio/netty/util/internal/PriorityQueue;
            invokeinterface io.netty.util.internal.PriorityQueue.peek:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
            astore 3 /* stateToRemove */
        start local 3 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State stateToRemove
         7: .line 175
            getstatic io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$StateOnlyComparator.INSTANCE:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$StateOnlyComparator;
            aload 3 /* stateToRemove */
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$StateOnlyComparator.compare:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;)I
            iflt 10
         8: .line 178
            aload 2 /* state */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.parent:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.removeChild:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;)V
         9: .line 179
            return
        10: .line 181
      StackMap locals: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyRemovalQueue:Lio/netty/util/internal/PriorityQueue;
            invokeinterface io.netty.util.internal.PriorityQueue.poll:()Ljava/lang/Object;
            pop
        11: .line 182
            aload 3 /* stateToRemove */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.parent:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            aload 3 /* stateToRemove */
            invokevirtual io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.removeChild:(Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;)V
        12: .line 183
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyMap:Lio/netty/util/collection/IntObjectMap;
            aload 3 /* stateToRemove */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.streamId:I
            invokeinterface io.netty.util.collection.IntObjectMap.remove:(I)Ljava/lang/Object;
            pop
        end local 3 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State stateToRemove
        13: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyRemovalQueue:Lio/netty/util/internal/PriorityQueue;
            aload 2 /* state */
            invokeinterface io.netty.util.internal.PriorityQueue.add:(Ljava/lang/Object;)Z
            pop
        14: .line 186
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.this$0:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor;
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.stateOnlyMap:Lio/netty/util/collection/IntObjectMap;
            aload 2 /* state */
            getfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State.streamId:I
            aload 2 /* state */
            invokeinterface io.netty.util.collection.IntObjectMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 187
            return
        end local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$1;
            0   16     1         stream  Lio/netty/handler/codec/http2/Http2Stream;
            1   16     2          state  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            7   13     3  stateToRemove  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
    MethodParameters:
        Name  Flags
      stream  

  static int[] $SWITCH_TABLE$io$netty$handler$codec$http2$Http2Stream$State();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 118
            getstatic io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.$SWITCH_TABLE$io$netty$handler$codec$http2$Http2Stream$State:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.netty.handler.codec.http2.Http2Stream$State.values:()[Lio/netty/handler/codec/http2/Http2Stream$State;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.CLOSED:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            bipush 7
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.IDLE:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.OPEN:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.RESERVED_LOCAL:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iconst_2
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.RESERVED_REMOTE:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokevirtual io.netty.handler.codec.http2.Http2Stream$State.ordinal:()I
            iconst_3
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            dup
            putstatic io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1.$SWITCH_TABLE$io$netty$handler$codec$http2$Http2Stream$State:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
}
SourceFile: "WeightedFairQueueByteDistributor.java"
EnclosingMethod: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.<init>:(Lio/netty/handler/codec/http2/Http2Connection;I)V
NestHost: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
InnerClasses:
  public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
  public final State = io.netty.handler.codec.http2.Http2Stream$State of io.netty.handler.codec.http2.Http2Stream
  io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1
  private final ParentChangedEvent = io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent of io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
  private final State = io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State of io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
  private final StateOnlyComparator = io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$StateOnlyComparator of io.netty.handler.codec.http2.WeightedFairQueueByteDistributor