final class io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext implements io.netty.channel.ChannelHandlerContext
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext
super_class: java.lang.Object
{
private final io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
MethodParameters:
Name Flags
ctx
public <T> boolean hasAttr(io.netty.util.AttributeKey<T>);
descriptor: (Lio/netty/util/AttributeKey;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
aload 1
invokeinterface io.netty.channel.Channel.hasAttr:(Lio/netty/util/AttributeKey;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 attributeKey Lio/netty/util/AttributeKey<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Z
MethodParameters:
Name Flags
attributeKey
public io.netty.channel.Channel channel();
descriptor: ()Lio/netty/channel/Channel;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.util.concurrent.EventExecutor executor();
descriptor: ()Lio/netty/util/concurrent/EventExecutor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandler handler();
descriptor: ()Lio/netty/channel/ChannelHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.handler:()Lio/netty/channel/ChannelHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public boolean isRemoved();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.isRemoved:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandlerContext fireChannelRegistered();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandlerContext fireChannelUnregistered();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.channel.ChannelHandlerContext fireChannelActive();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandlerContext fireChannelInactive();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandlerContext fireExceptionCaught(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
public io.netty.channel.ChannelHandlerContext fireUserEventTriggered(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 2 1 event Ljava/lang/Object;
MethodParameters:
Name Flags
event
public io.netty.channel.ChannelHandlerContext fireChannelRead(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 2 1 msg Ljava/lang/Object;
MethodParameters:
Name Flags
msg
public io.netty.channel.ChannelHandlerContext fireChannelReadComplete();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelHandlerContext fireChannelWritabilityChanged();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture bind(java.net.SocketAddress);
descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 localAddress Ljava/net/SocketAddress;
MethodParameters:
Name Flags
localAddress
public io.netty.channel.ChannelFuture connect(java.net.SocketAddress);
descriptor: (Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 remoteAddress Ljava/net/SocketAddress;
MethodParameters:
Name Flags
remoteAddress
public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress);
descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
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$PooledChannelHandlerContext;
0 1 1 remoteAddress Ljava/net/SocketAddress;
0 1 2 localAddress Ljava/net/SocketAddress;
MethodParameters:
Name Flags
remoteAddress
localAddress
public io.netty.channel.ChannelFuture disconnect();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:()Lio/netty/channel/ChannelFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture close();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture deregister();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.deregister:()Lio/netty/channel/ChannelFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.channel.ChannelFuture bind(java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
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$PooledChannelHandlerContext;
0 1 1 localAddress Ljava/net/SocketAddress;
0 1 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
localAddress
promise
public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
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$PooledChannelHandlerContext;
0 1 1 remoteAddress Ljava/net/SocketAddress;
0 1 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
remoteAddress
promise
public io.netty.channel.ChannelFuture connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
aload 3
invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 3 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$PooledChannelHandlerContext;
0 1 1 remoteAddress Ljava/net/SocketAddress;
0 1 2 localAddress Ljava/net/SocketAddress;
0 1 3 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
remoteAddress
localAddress
promise
public io.netty.channel.ChannelFuture disconnect(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
promise
public io.netty.channel.ChannelFuture close(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
promise
public io.netty.channel.ChannelFuture deregister(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.deregister:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 promise Lio/netty/channel/ChannelPromise;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
promise
public io.netty.channel.ChannelHandlerContext read();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture write(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 msg Ljava/lang/Object;
MethodParameters:
Name Flags
msg
public io.netty.channel.ChannelFuture write(java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
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$PooledChannelHandlerContext;
0 1 1 msg Ljava/lang/Object;
0 1 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
msg
promise
public io.netty.channel.ChannelHandlerContext flush();
descriptor: ()Lio/netty/channel/ChannelHandlerContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
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$PooledChannelHandlerContext;
0 1 1 msg Ljava/lang/Object;
0 1 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
msg
promise
public io.netty.channel.ChannelFuture writeAndFlush(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 msg Ljava/lang/Object;
MethodParameters:
Name Flags
msg
public io.netty.channel.ChannelPipeline pipeline();
descriptor: ()Lio/netty/channel/ChannelPipeline;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.buffer.ByteBufAllocator alloc();
descriptor: ()Lio/netty/buffer/ByteBufAllocator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic io.vertx.core.net.impl.PartialPooledByteBufAllocator$ForceDirectPoooledByteBufAllocator.INSTANCE:Lio/netty/buffer/ByteBufAllocator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelPromise newPromise();
descriptor: ()Lio/netty/channel/ChannelPromise;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelProgressivePromise newProgressivePromise();
descriptor: ()Lio/netty/channel/ChannelProgressivePromise;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.newProgressivePromise:()Lio/netty/channel/ChannelProgressivePromise;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture newSucceededFuture();
descriptor: ()Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.newSucceededFuture:()Lio/netty/channel/ChannelFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public io.netty.channel.ChannelFuture newFailedFuture(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.newFailedFuture:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
public io.netty.channel.ChannelPromise voidPromise();
descriptor: ()Lio/netty/channel/ChannelPromise;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.voidPromise:()Lio/netty/channel/ChannelPromise;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
public <T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T>);
descriptor: (Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
aload 1
invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/PartialPooledByteBufAllocator$PooledChannelHandlerContext;
0 1 1 key Lio/netty/util/AttributeKey<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Lio/netty/util/Attribute<TT;>;
MethodParameters:
Name Flags
key
public io.netty.channel.ChannelInboundInvoker fireChannelInactive();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelOutboundInvoker flush();
descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelUnregistered();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelOutboundInvoker read();
descriptor: ()Lio/netty/channel/ChannelOutboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelRegistered();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireUserEventTriggered(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelRead(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelReadComplete();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelWritabilityChanged();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireExceptionCaught(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelInboundInvoker fireChannelActive();
descriptor: ()Lio/netty/channel/ChannelInboundInvoker;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.net.impl.PartialPooledByteBufAllocator$PooledChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PartialPooledByteBufAllocator.java"
NestHost: io.vertx.core.net.impl.PartialPooledByteBufAllocator
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