class io.netty.example.proxy.HexDumpProxyFrontendHandler$1 implements io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.example.proxy.HexDumpProxyFrontendHandler$1
super_class: java.lang.Object
{
final io.netty.example.proxy.HexDumpProxyFrontendHandler this$0;
descriptor: Lio/netty/example/proxy/HexDumpProxyFrontendHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.Channel val$inboundChannel;
descriptor: Lio/netty/channel/Channel;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.example.proxy.HexDumpProxyFrontendHandler, io.netty.channel.Channel);
descriptor: (Lio/netty/example/proxy/HexDumpProxyFrontendHandler;Lio/netty/channel/Channel;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.netty.example.proxy.HexDumpProxyFrontendHandler$1.this$0:Lio/netty/example/proxy/HexDumpProxyFrontendHandler;
aload 0
aload 2
putfield io.netty.example.proxy.HexDumpProxyFrontendHandler$1.val$inboundChannel:Lio/netty/channel/Channel;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/proxy/HexDumpProxyFrontendHandler$1;
MethodParameters:
Name Flags
this$0 final
val$inboundChannel final
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
ifeq 3
1: aload 0
getfield io.netty.example.proxy.HexDumpProxyFrontendHandler$1.val$inboundChannel:Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.read:()Lio/netty/channel/Channel;
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.proxy.HexDumpProxyFrontendHandler$1.val$inboundChannel:Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
pop
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/example/proxy/HexDumpProxyFrontendHandler$1;
0 5 1 future Lio/netty/channel/ChannelFuture;
MethodParameters:
Name Flags
future
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.netty.channel.ChannelFuture
invokevirtual io.netty.example.proxy.HexDumpProxyFrontendHandler$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "HexDumpProxyFrontendHandler.java"
EnclosingMethod: io.netty.example.proxy.HexDumpProxyFrontendHandler.channelActive:(Lio/netty/channel/ChannelHandlerContext;)V
NestHost: io.netty.example.proxy.HexDumpProxyFrontendHandler
InnerClasses:
io.netty.example.proxy.HexDumpProxyFrontendHandler$1