class io.netty.channel.epoll.EpollRecvByteAllocatorHandle implements io.netty.channel.RecvByteBufAllocator$ExtendedHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.epoll.EpollRecvByteAllocatorHandle
  super_class: java.lang.Object
{
  private final io.netty.channel.RecvByteBufAllocator$ExtendedHandle delegate;
    descriptor: Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  void <init>(io.netty.channel.RecvByteBufAllocator$ExtendedHandle);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // io.netty.channel.RecvByteBufAllocator$ExtendedHandle handle
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            new io.netty.channel.epoll.EpollRecvByteAllocatorHandle$1
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.EpollRecvByteAllocatorHandle$1.<init>:(Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;)V
            putfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.defaultMaybeMoreDataSupplier:Lio/netty/util/UncheckedBooleanSupplier;
         2: .line 37
            aload 0 /* this */
            aload 1 /* handle */
            ldc "handle"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.channel.RecvByteBufAllocator$ExtendedHandle
            putfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
         3: .line 38
            return
        end local 1 // io.netty.channel.RecvByteBufAllocator$ExtendedHandle handle
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    4     1  handle  Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
    MethodParameters:
        Name  Flags
      handle  

  final void receivedRdHup();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 41
            aload 0 /* this */
            iconst_1
            putfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.receivedRdHup:Z
         1: .line 42
            return
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

  final boolean isReceivedRdHup();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 45
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.receivedRdHup:Z
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

  boolean maybeMoreDataToRead();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 56
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.isEdgeTriggered:Z
            ifeq 1
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorHandle.lastBytesRead:()I
            ifgt 4
         1: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.isEdgeTriggered:Z
            ifne 2
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorHandle.lastBytesRead:()I
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorHandle.attemptedBytesRead:()I
            if_icmpeq 4
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.receivedRdHup:Z
            ifne 4
         3: .line 56
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

  final void edgeTriggered(boolean);
    descriptor: (Z)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // boolean edgeTriggered
         0: .line 62
            aload 0 /* this */
            iload 1 /* edgeTriggered */
            putfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.isEdgeTriggered:Z
         1: .line 63
            return
        end local 1 // boolean edgeTriggered
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    2     1  edgeTriggered  Z
    MethodParameters:
               Name  Flags
      edgeTriggered  

  final boolean isEdgeTriggered();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 66
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.isEdgeTriggered:Z
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

  public final io.netty.buffer.ByteBuf allocate(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
         0: .line 71
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            aload 1 /* alloc */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.allocate:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    1     1  alloc  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
       Name  Flags
      alloc  

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

  public final void reset(io.netty.channel.ChannelConfig);
    descriptor: (Lio/netty/channel/ChannelConfig;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // io.netty.channel.ChannelConfig config
         0: .line 81
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            aload 1 /* config */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.reset:(Lio/netty/channel/ChannelConfig;)V
         1: .line 82
            return
        end local 1 // io.netty.channel.ChannelConfig config
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    2     1  config  Lio/netty/channel/ChannelConfig;
    MethodParameters:
        Name  Flags
      config  

  public final void incMessagesRead(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // int numMessages
         0: .line 86
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            iload 1 /* numMessages */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.incMessagesRead:(I)V
         1: .line 87
            return
        end local 1 // int numMessages
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    2     1  numMessages  I
    MethodParameters:
             Name  Flags
      numMessages  

  public final void lastBytesRead(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // int bytes
         0: .line 91
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            iload 1 /* bytes */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.lastBytesRead:(I)V
         1: .line 92
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    2     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  public final int lastBytesRead();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 96
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.lastBytesRead:()I
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

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

  public final void attemptedBytesRead(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // int bytes
         0: .line 106
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            iload 1 /* bytes */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.attemptedBytesRead:(I)V
         1: .line 107
            return
        end local 1 // int bytes
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    2     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  public final void readComplete();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 111
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.readComplete:()V
         1: .line 112
            return
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;

  public final boolean continueReading(io.netty.util.UncheckedBooleanSupplier);
    descriptor: (Lio/netty/util/UncheckedBooleanSupplier;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
        start local 1 // io.netty.util.UncheckedBooleanSupplier maybeMoreDataSupplier
         0: .line 116
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            aload 1 /* maybeMoreDataSupplier */
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.continueReading:(Lio/netty/util/UncheckedBooleanSupplier;)Z
            ireturn
        end local 1 // io.netty.util.UncheckedBooleanSupplier maybeMoreDataSupplier
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
            0    1     1  maybeMoreDataSupplier  Lio/netty/util/UncheckedBooleanSupplier;
    MethodParameters:
                       Name  Flags
      maybeMoreDataSupplier  

  public final boolean continueReading();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
         0: .line 122
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.delegate:Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollRecvByteAllocatorHandle.defaultMaybeMoreDataSupplier:Lio/netty/util/UncheckedBooleanSupplier;
            invokeinterface io.netty.channel.RecvByteBufAllocator$ExtendedHandle.continueReading:(Lio/netty/util/UncheckedBooleanSupplier;)Z
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorHandle;
}
SourceFile: "EpollRecvByteAllocatorHandle.java"
NestMembers:
  io.netty.channel.epoll.EpollRecvByteAllocatorHandle$1
InnerClasses:
  public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator
  io.netty.channel.epoll.EpollRecvByteAllocatorHandle$1