public class io.netty.channel.RecvByteBufAllocator$DelegatingHandle implements io.netty.channel.RecvByteBufAllocator$Handle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.channel.RecvByteBufAllocator$DelegatingHandle
  super_class: java.lang.Object
{
  private final io.netty.channel.RecvByteBufAllocator$Handle delegate;
    descriptor: Lio/netty/channel/RecvByteBufAllocator$Handle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.channel.RecvByteBufAllocator$Handle);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator$Handle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // io.netty.channel.RecvByteBufAllocator$Handle delegate
         0: .line 126
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 127
            aload 0 /* this */
            aload 1 /* delegate */
            ldc "delegate"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.channel.RecvByteBufAllocator$Handle
            putfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
         2: .line 128
            return
        end local 1 // io.netty.channel.RecvByteBufAllocator$Handle delegate
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    3     1  delegate  Lio/netty/channel/RecvByteBufAllocator$Handle;
    MethodParameters:
          Name  Flags
      delegate  

  protected final io.netty.channel.RecvByteBufAllocator$Handle delegate();
    descriptor: ()Lio/netty/channel/RecvByteBufAllocator$Handle;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
         0: .line 135
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            areturn
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;

  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.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
         0: .line 140
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            aload 1 /* alloc */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.allocate:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    1     1  alloc  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
       Name  Flags
      alloc  

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

  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.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // io.netty.channel.ChannelConfig config
         0: .line 150
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            aload 1 /* config */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.reset:(Lio/netty/channel/ChannelConfig;)V
         1: .line 151
            return
        end local 1 // io.netty.channel.ChannelConfig config
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    2     1  config  Lio/netty/channel/ChannelConfig;
    MethodParameters:
        Name  Flags
      config  

  public void incMessagesRead(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // int numMessages
         0: .line 155
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            iload 1 /* numMessages */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.incMessagesRead:(I)V
         1: .line 156
            return
        end local 1 // int numMessages
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    2     1  numMessages  I
    MethodParameters:
             Name  Flags
      numMessages  

  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.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // int bytes
         0: .line 160
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            iload 1 /* bytes */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.lastBytesRead:(I)V
         1: .line 161
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    2     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.RecvByteBufAllocator$DelegatingHandle this
         0: .line 165
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.lastBytesRead:()I
            ireturn
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;

  public boolean continueReading();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
         0: .line 170
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.continueReading:()Z
            ireturn
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;

  public int attemptedBytesRead();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
         0: .line 175
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.attemptedBytesRead:()I
            ireturn
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;

  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.RecvByteBufAllocator$DelegatingHandle this
        start local 1 // int bytes
         0: .line 180
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            iload 1 /* bytes */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.attemptedBytesRead:(I)V
         1: .line 181
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
            0    2     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  public void readComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
         0: .line 185
            aload 0 /* this */
            getfield io.netty.channel.RecvByteBufAllocator$DelegatingHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$Handle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.readComplete:()V
         1: .line 186
            return
        end local 0 // io.netty.channel.RecvByteBufAllocator$DelegatingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/RecvByteBufAllocator$DelegatingHandle;
}
SourceFile: "RecvByteBufAllocator.java"
NestHost: io.netty.channel.RecvByteBufAllocator
InnerClasses:
  public DelegatingHandle = io.netty.channel.RecvByteBufAllocator$DelegatingHandle of io.netty.channel.RecvByteBufAllocator
  public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator