final class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl implements io.netty.channel.RecvByteBufAllocator$ExtendedHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl
  super_class: java.lang.Object
{
  private int individualReadMax;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private final io.netty.util.UncheckedBooleanSupplier defaultMaybeMoreSupplier;
    descriptor: Lio/netty/util/UncheckedBooleanSupplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(io.netty.channel.DefaultMaxBytesRecvByteBufAllocator);
    descriptor: (Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
         0: .line 33
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl$1
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl$1.<init>:(Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;)V
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.defaultMaybeMoreSupplier:Lio/netty/util/UncheckedBooleanSupplier;
         2: .line 33
            return
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public io.netty.buffer.ByteBuf allocate(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
         0: .line 47
            aload 1 /* alloc */
            aload 0 /* this */
            invokevirtual io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.guess:()I
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    1     1  alloc  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
       Name  Flags
      alloc  

  public int guess();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
         0: .line 52
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.individualReadMax:I
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.bytesToRead:I
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;

  public void reset(io.netty.channel.ChannelConfig);
    descriptor: (Lio/netty/channel/ChannelConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // io.netty.channel.ChannelConfig config
         0: .line 57
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator;
            invokevirtual io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.maxBytesPerRead:()I
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.bytesToRead:I
         1: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator;
            invokevirtual io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.maxBytesPerIndividualRead:()I
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.individualReadMax:I
         2: .line 59
            return
        end local 1 // io.netty.channel.ChannelConfig config
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    3     1  config  Lio/netty/channel/ChannelConfig;
    MethodParameters:
        Name  Flags
      config  

  public void incMessagesRead(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // int amt
         0: .line 63
            return
        end local 1 // int amt
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    1     1   amt  I
    MethodParameters:
      Name  Flags
      amt   

  public void lastBytesRead(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // int bytes
         0: .line 67
            aload 0 /* this */
            iload 1 /* bytes */
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.lastBytesRead:I
         1: .line 70
            aload 0 /* this */
            dup
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.bytesToRead:I
            iload 1 /* bytes */
            isub
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.bytesToRead:I
         2: .line 71
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    3     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

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

  public boolean continueReading();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
         0: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.defaultMaybeMoreSupplier:Lio/netty/util/UncheckedBooleanSupplier;
            invokevirtual io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.continueReading:(Lio/netty/util/UncheckedBooleanSupplier;)Z
            ireturn
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;

  public boolean continueReading(io.netty.util.UncheckedBooleanSupplier);
    descriptor: (Lio/netty/util/UncheckedBooleanSupplier;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // io.netty.util.UncheckedBooleanSupplier maybeMoreDataSupplier
         0: .line 86
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.bytesToRead:I
            ifle 1
            aload 1 /* maybeMoreDataSupplier */
            invokeinterface io.netty.util.UncheckedBooleanSupplier.get:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // io.netty.util.UncheckedBooleanSupplier maybeMoreDataSupplier
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    2     1  maybeMoreDataSupplier  Lio/netty/util/UncheckedBooleanSupplier;
    MethodParameters:
                       Name  Flags
      maybeMoreDataSupplier  

  public void readComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
         0: .line 91
            return
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;

  public void attemptedBytesRead(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
        start local 1 // int bytes
         0: .line 95
            aload 0 /* this */
            iload 1 /* bytes */
            putfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.attemptBytesRead:I
         1: .line 96
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
            0    2     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  public int attemptedBytesRead();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
         0: .line 100
            aload 0 /* this */
            getfield io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl.attemptBytesRead:I
            ireturn
        end local 0 // io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl;
}
SourceFile: "DefaultMaxBytesRecvByteBufAllocator.java"
NestHost: io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
InnerClasses:
  private final HandleImpl = io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl of io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
  io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl$1
  public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator