final class io.netty.channel.FixedRecvByteBufAllocator$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.FixedRecvByteBufAllocator$HandleImpl
  super_class: io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle
{
  private final int bufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(io.netty.channel.FixedRecvByteBufAllocator, int);
    descriptor: (Lio/netty/channel/FixedRecvByteBufAllocator;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.FixedRecvByteBufAllocator$HandleImpl this
        start local 2 // int bufferSize
         0: .line 29
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.FixedRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/FixedRecvByteBufAllocator;
            aload 0 /* this */
            aload 1
            invokespecial io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.<init>:(Lio/netty/channel/DefaultMaxMessagesRecvByteBufAllocator;)V
         1: .line 30
            aload 0 /* this */
            iload 2 /* bufferSize */
            putfield io.netty.channel.FixedRecvByteBufAllocator$HandleImpl.bufferSize:I
         2: .line 31
            return
        end local 2 // int bufferSize
        end local 0 // io.netty.channel.FixedRecvByteBufAllocator$HandleImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/netty/channel/FixedRecvByteBufAllocator$HandleImpl;
            0    3     2  bufferSize  I
    MethodParameters:
            Name  Flags
      this$0      final
      bufferSize  

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