public class io.netty.example.proxy.HexDumpProxyBackendHandler extends io.netty.channel.ChannelInboundHandlerAdapter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.example.proxy.HexDumpProxyBackendHandler
super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
private final io.netty.channel.Channel inboundChannel;
descriptor: Lio/netty/channel/Channel;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
1: aload 0
aload 1
putfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/proxy/HexDumpProxyBackendHandler;
0 3 1 inboundChannel Lio/netty/channel/Channel;
MethodParameters:
Name Flags
inboundChannel
public void channelActive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)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.ChannelHandlerContext.read:()Lio/netty/channel/ChannelHandlerContext;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/proxy/HexDumpProxyBackendHandler;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
MethodParameters:
Name Flags
ctx
public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
aload 2
invokeinterface io.netty.channel.Channel.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
new io.netty.example.proxy.HexDumpProxyBackendHandler$1
dup
aload 0
aload 1
invokespecial io.netty.example.proxy.HexDumpProxyBackendHandler$1.<init>:(Lio/netty/example/proxy/HexDumpProxyBackendHandler;Lio/netty/channel/ChannelHandlerContext;)V
invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/proxy/HexDumpProxyBackendHandler;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 msg Ljava/lang/Object;
MethodParameters:
Name Flags
ctx final
msg
public void channelInactive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.proxy.HexDumpProxyBackendHandler.inboundChannel:Lio/netty/channel/Channel;
invokestatic io.netty.example.proxy.HexDumpProxyFrontendHandler.closeOnFlush:(Lio/netty/channel/Channel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/proxy/HexDumpProxyBackendHandler;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
MethodParameters:
Name Flags
ctx
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokevirtual java.lang.Throwable.printStackTrace:()V
1: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokestatic io.netty.example.proxy.HexDumpProxyFrontendHandler.closeOnFlush:(Lio/netty/channel/Channel;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/proxy/HexDumpProxyBackendHandler;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 3 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
ctx
cause
}
SourceFile: "HexDumpProxyBackendHandler.java"
NestMembers:
io.netty.example.proxy.HexDumpProxyBackendHandler$1
InnerClasses:
io.netty.example.proxy.HexDumpProxyBackendHandler$1