public interface io.netty.channel.RecvByteBufAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.channel.RecvByteBufAllocator
  super_class: java.lang.Object
{
  public abstract io.netty.channel.RecvByteBufAllocator$Handle newHandle();
    descriptor: ()Lio/netty/channel/RecvByteBufAllocator$Handle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "RecvByteBufAllocator.java"
NestMembers:
  io.netty.channel.RecvByteBufAllocator$DelegatingHandle  io.netty.channel.RecvByteBufAllocator$ExtendedHandle  io.netty.channel.RecvByteBufAllocator$Handle
InnerClasses:
  public DelegatingHandle = io.netty.channel.RecvByteBufAllocator$DelegatingHandle of io.netty.channel.RecvByteBufAllocator
  public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator
  public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator