public interface io.netty.channel.MaxBytesRecvByteBufAllocator extends io.netty.channel.RecvByteBufAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.channel.MaxBytesRecvByteBufAllocator
  super_class: java.lang.Object
{
  public abstract int maxBytesPerRead();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.channel.MaxBytesRecvByteBufAllocator maxBytesPerRead(int);
    descriptor: (I)Lio/netty/channel/MaxBytesRecvByteBufAllocator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      maxBytesPerRead  

  public abstract int maxBytesPerIndividualRead();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.channel.MaxBytesRecvByteBufAllocator maxBytesPerIndividualRead(int);
    descriptor: (I)Lio/netty/channel/MaxBytesRecvByteBufAllocator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                           Name  Flags
      maxBytesPerIndividualRead  

  public abstract java.util.Map$Entry<java.lang.Integer, java.lang.Integer> maxBytesPerReadPair();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/Integer;>;

  public abstract io.netty.channel.MaxBytesRecvByteBufAllocator maxBytesPerReadPair(int, int);
    descriptor: (II)Lio/netty/channel/MaxBytesRecvByteBufAllocator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                           Name  Flags
      maxBytesPerRead            
      maxBytesPerIndividualRead  
}
SourceFile: "MaxBytesRecvByteBufAllocator.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map