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: 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: 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: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
iload 2
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
iload 2
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
iload 2
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
iload 2
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
end local 1 end local 0 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 0: 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 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 start local 1 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.UNPOOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
invokeinterface io.netty.buffer.ByteBufAllocator.compositeHeapBuffer:(I)Lio/netty/buffer/CompositeByteBuf;
areturn
end local 1 end local 0 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 0: 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 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 start local 1 0: 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 end local 0 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 0: iconst_1
ireturn
end local 0 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 start local 1 start local 2 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.POOLED:Lio/netty/buffer/ByteBufAllocator;
iload 1
iload 2
invokeinterface io.netty.buffer.ByteBufAllocator.calculateNewCapacity:(II)I
ireturn
end local 2 end local 1 end local 0 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 0: new io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext
dup
aload 0
invokespecial io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.<init>:(Lio/netty/channel/ChannelHandlerContext;)V
areturn
end local 0 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