final class io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl extends io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl
  super_class: io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle
{
  private final int minIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  final io.netty.channel.AdaptiveRecvByteBufAllocator this$0;
    descriptor: Lio/netty/channel/AdaptiveRecvByteBufAllocator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(io.netty.channel.AdaptiveRecvByteBufAllocator, int, int, int);
    descriptor: (Lio/netty/channel/AdaptiveRecvByteBufAllocator;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
        start local 2 // int minIndex
        start local 3 // int maxIndex
        start local 4 // int initial
         0: .line 98
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/AdaptiveRecvByteBufAllocator;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.<init>:(Lio/netty/channel/DefaultMaxMessagesRecvByteBufAllocator;)V
         1: .line 99
            aload 0 /* this */
            iload 2 /* minIndex */
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.minIndex:I
         2: .line 100
            aload 0 /* this */
            iload 3 /* maxIndex */
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.maxIndex:I
         3: .line 102
            aload 0 /* this */
            iload 4 /* initial */
            invokestatic io.netty.channel.AdaptiveRecvByteBufAllocator.getSizeTableIndex:(I)I
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
         4: .line 103
            aload 0 /* this */
            getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iaload
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
         5: .line 104
            return
        end local 4 // int initial
        end local 3 // int maxIndex
        end local 2 // int minIndex
        end local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
            0    6     2  minIndex  I
            0    6     3  maxIndex  I
            0    6     4   initial  I
    MethodParameters:
          Name  Flags
      this$0    final
      minIndex  
      maxIndex  
      initial   

  public void lastBytesRead(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
        start local 1 // int bytes
         0: .line 112
            iload 1 /* bytes */
            aload 0 /* this */
            invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.attemptedBytesRead:()I
            if_icmpne 2
         1: .line 113
            aload 0 /* this */
            iload 1 /* bytes */
            invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.record:(I)V
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* bytes */
            invokespecial io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.lastBytesRead:(I)V
         3: .line 116
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
            0    4     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  public int guess();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
         0: .line 120
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
            ireturn
        end local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;

  private void record(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
        start local 1 // int actualReadBytes
         0: .line 124
            iload 1 /* actualReadBytes */
            getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
            iconst_0
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iconst_1
            isub
            iconst_1
            isub
            invokestatic java.lang.Math.max:(II)I
            iaload
            if_icmpgt 8
         1: .line 125
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
            ifeq 6
         2: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iconst_1
            isub
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.minIndex:I
            invokestatic java.lang.Math.max:(II)I
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
         3: .line 127
            aload 0 /* this */
            getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iaload
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
         4: .line 128
            aload 0 /* this */
            iconst_0
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
         5: .line 129
            goto 12
         6: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
         7: .line 132
            goto 12
      StackMap locals:
      StackMap stack:
         8: iload 1 /* actualReadBytes */
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
            if_icmplt 12
         9: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.maxIndex:I
            invokestatic java.lang.Math.min:(II)I
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
        10: .line 134
            aload 0 /* this */
            getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
            aload 0 /* this */
            getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
            iaload
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
        11: .line 135
            aload 0 /* this */
            iconst_0
            putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
        12: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int actualReadBytes
        end local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
            0   13     1  actualReadBytes  I
    MethodParameters:
                 Name  Flags
      actualReadBytes  

  public void readComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
         0: .line 141
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.totalBytesRead:()I
            invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.record:(I)V
         1: .line 142
            return
        end local 0 // io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
}
SourceFile: "AdaptiveRecvByteBufAllocator.java"
NestHost: io.netty.channel.AdaptiveRecvByteBufAllocator
InnerClasses:
  private final HandleImpl = io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl of io.netty.channel.AdaptiveRecvByteBufAllocator
  public abstract MaxMessageHandle = io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle of io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator