class io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext implements io.netty.channel.ChannelHandlerContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext
super_class: java.lang.Object
{
private final io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.netty.channel.ChannelHandler handler;
descriptor: Lio/netty/channel/ChannelHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
boolean removed;
descriptor: Z
flags: (0x0000)
void <init>(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelHandler);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelHandler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
2: aload 0
aload 2
putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 handler Lio/netty/channel/ChannelHandler;
MethodParameters:
Name Flags
ctx
handler
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
ifne 1
aload 0
getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.isRemoved:()Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
0 1 1 promise Lio/netty/channel/ChannelPromise;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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: aload 0
getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
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 <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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
0 1 1 key Lio/netty/util/AttributeKey<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/netty/util/AttributeKey<TT;>;)Z
MethodParameters:
Name Flags
key
final void remove();
descriptor: ()V
flags: (0x0010) ACC_FINAL
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
astore 1
start local 1 1: aload 1
invokeinterface io.netty.util.concurrent.EventExecutor.inEventLoop:()Z
ifeq 4
2: aload 0
invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.remove0:()V
3: goto 5
4: StackMap locals: io.netty.util.concurrent.EventExecutor
StackMap stack:
aload 1
new io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1
dup
aload 0
invokespecial io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1.<init>:(Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;)V
invokeinterface io.netty.util.concurrent.EventExecutor.execute:(Ljava/lang/Runnable;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
1 6 1 executor Lio/netty/util/concurrent/EventExecutor;
private void remove0();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
ifne 8
1: aload 0
iconst_1
putfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.removed:Z
2: aload 0
getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
aload 0
invokeinterface io.netty.channel.ChannelHandler.handlerRemoved:(Lio/netty/channel/ChannelHandlerContext;)V
3: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 1
start local 1 5: aload 0
new io.netty.channel.ChannelPipelineException
dup
6: new java.lang.StringBuilder
dup
aload 0
getfield io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.handler:Lio/netty/channel/ChannelHandler;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ".handlerRemoved() has thrown an exception."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 1
invokespecial io.netty.channel.ChannelPipelineException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
7: invokevirtual io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
end local 1 8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/channel/CombinedChannelDuplexHandler$DelegatingChannelHandlerContext;
5 8 1 cause Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.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.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "CombinedChannelDuplexHandler.java"
NestHost: io.netty.channel.CombinedChannelDuplexHandler
InnerClasses:
private DelegatingChannelHandlerContext = io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext of io.netty.channel.CombinedChannelDuplexHandler
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1