public final class io.vertx.core.net.impl.PartialPooledByteBufAllocator implements io.netty.buffer.ByteBufAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.net.impl.PartialPooledByteBufAllocator
  super_class: java.lang.Object
{
  private static final io.netty.buffer.ByteBufAllocator POOLED;
    descriptor: Lio/netty/buffer/ByteBufAllocator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final io.netty.buffer.ByteBufAllocator UNPOOLED;
    descriptor: Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.vertx.core.net.impl.PartialPooledByteBufAllocator INSTANCE;
    descriptor: Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 33
            new io.netty.buffer.PooledByteBufAllocator
            dup
            iconst_1
            invokespecial io.netty.buffer.PooledByteBufAllocator.<init>:(Z)V
            putstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
         1: .line 34
            new io.netty.buffer.UnpooledByteBufAllocator
            dup
            iconst_0
            invokespecial io.netty.buffer.UnpooledByteBufAllocator.<init>:(Z)V
            putstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
         2: .line 36
            new io.vertx.core.net.impl.PartialPooledByteBufAllocator
            dup
            invokespecial io.vertx.core.net.impl.PartialPooledByteBufAllocator.<init>:()V
            putstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.INSTANCE:Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.ByteBuf buffer();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 42
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.ByteBuf buffer(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
         0: .line 47
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public io.netty.buffer.ByteBuf buffer(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
         0: .line 52
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            iload 2 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
            0    1     2      maxCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      

  public io.netty.buffer.ByteBuf ioBuffer();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 57
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.ByteBuf ioBuffer(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
         0: .line 62
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public io.netty.buffer.ByteBuf ioBuffer(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
         0: .line 67
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            iload 2 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
            0    1     2      maxCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      

  public io.netty.buffer.ByteBuf heapBuffer();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 72
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.ByteBuf heapBuffer(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
         0: .line 77
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public io.netty.buffer.ByteBuf heapBuffer(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
         0: .line 82
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            iload 2 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
            0    1     2      maxCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      

  public io.netty.buffer.ByteBuf directBuffer();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 87
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.ByteBuf directBuffer(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
         0: .line 92
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public io.netty.buffer.ByteBuf directBuffer(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
         0: .line 97
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* initialCapacity */
            iload 2 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
            areturn
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  initialCapacity  I
            0    1     2      maxCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      

  public io.netty.buffer.CompositeByteBuf compositeBuffer();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 102
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:()Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.CompositeByteBuf compositeBuffer(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int maxNumComponents
         0: .line 107
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* maxNumComponents */
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 1 // int maxNumComponents
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  maxNumComponents  I
    MethodParameters:
                  Name  Flags
      maxNumComponents  

  public io.netty.buffer.CompositeByteBuf compositeHeapBuffer();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 112
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:()Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.CompositeByteBuf compositeHeapBuffer(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int maxNumComponents
         0: .line 117
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* maxNumComponents */
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:(I)Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 1 // int maxNumComponents
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  maxNumComponents  I
    MethodParameters:
                  Name  Flags
      maxNumComponents  

  public io.netty.buffer.CompositeByteBuf compositeDirectBuffer();
    descriptor: ()Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 122
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeDirectBuffer:()Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public io.netty.buffer.CompositeByteBuf compositeDirectBuffer(int);
    descriptor: (I)Lio/netty/buffer/CompositeByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int maxNumComponents
         0: .line 127
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.compositeDirectBuffer:()Lio/netty/buffer/CompositeByteBuf;
            areturn
        end local 1 // int maxNumComponents
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  maxNumComponents  I
    MethodParameters:
                  Name  Flags
      maxNumComponents  

  public boolean isDirectBufferPooled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
         0: .line 132
            iconst_1
            ireturn
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;

  public int calculateNewCapacity(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
        start local 1 // int minNewCapacity
        start local 2 // int maxCapacity
         0: .line 137
            getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* minNewCapacity */
            iload 2 /* maxCapacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.calculateNewCapacity:(II)I
            ireturn
        end local 2 // int maxCapacity
        end local 1 // int minNewCapacity
        end local 0 // io.vertx.core.net.impl.PartialPooledByteBufAllocator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/net/impl/PartialPooledByteBufAllocator;
            0    1     1  minNewCapacity  I
            0    1     2     maxCapacity  I
    MethodParameters:
                Name  Flags
      minNewCapacity  
      maxCapacity     

  public static io.netty.channel.ChannelHandlerContext forceDirectAllocator(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 144
            new io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext
            dup
            aload 0 /* ctx */
            invokespecial io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.<init>:(Lio/netty/channel/ChannelHandlerContext;)V
            areturn
        end local 0 // io.netty.channel.ChannelHandlerContext ctx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   ctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "PartialPooledByteBufAllocator.java"
NestMembers:
  io.vertx.core.net.impl.PartialPooledByteBufAllocator$ForceDirectPoooledByteBufAllocator  io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext
InnerClasses:
  private final ForceDirectPoooledByteBufAllocator = io.vertx.core.net.impl.PartialPooledByteBufAllocator$ForceDirectPoooledByteBufAllocator of io.vertx.core.net.impl.PartialPooledByteBufAllocator
  private final PooledChannelHandlerContext = io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext of io.vertx.core.net.impl.PartialPooledByteBufAllocator