public class io.netty.handler.logging.LoggingHandler extends io.netty.channel.ChannelDuplexHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.logging.LoggingHandler
super_class: io.netty.channel.ChannelDuplexHandler
{
private static final io.netty.handler.logging.LogLevel DEFAULT_LEVEL;
descriptor: Lio/netty/handler/logging/LogLevel;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected final io.netty.util.internal.logging.InternalLogger logger;
descriptor: Lio/netty/util/internal/logging/InternalLogger;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.netty.util.internal.logging.InternalLogLevel internalLevel;
descriptor: Lio/netty/util/internal/logging/InternalLogLevel;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private final io.netty.handler.logging.LogLevel level;
descriptor: Lio/netty/handler/logging/LogLevel;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.handler.logging.LogLevel.DEBUG:Lio/netty/handler/logging/LogLevel;
putstatic io.netty.handler.logging.LoggingHandler.DEFAULT_LEVEL:Lio/netty/handler/logging/LogLevel;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.handler.logging.LoggingHandler.DEFAULT_LEVEL:Lio/netty/handler/logging/LogLevel;
invokespecial io.netty.handler.logging.LoggingHandler.<init>:(Lio/netty/handler/logging/LogLevel;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/logging/LoggingHandler;
public void <init>(io.netty.handler.logging.LogLevel);
descriptor: (Lio/netty/handler/logging/LogLevel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.netty.channel.ChannelDuplexHandler.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "level"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.logging.LoggingHandler io.netty.handler.logging.LogLevel
StackMap stack:
aload 0
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
putfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
4: aload 0
aload 1
putfield io.netty.handler.logging.LoggingHandler.level:Lio/netty/handler/logging/LogLevel;
5: aload 0
aload 1
invokevirtual io.netty.handler.logging.LogLevel.toInternalLevel:()Lio/netty/util/internal/logging/InternalLogLevel;
putfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/handler/logging/LoggingHandler;
0 7 1 level Lio/netty/handler/logging/LogLevel;
MethodParameters:
Name Flags
level
public void <init>(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic io.netty.handler.logging.LoggingHandler.DEFAULT_LEVEL:Lio/netty/handler/logging/LogLevel;
invokespecial io.netty.handler.logging.LoggingHandler.<init>:(Ljava/lang/Class;Lio/netty/handler/logging/LogLevel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/logging/LoggingHandler;
0 2 1 clazz Ljava/lang/Class<*>;
Signature: (Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
clazz
public void <init>(java.lang.Class<?>, io.netty.handler.logging.LogLevel);
descriptor: (Ljava/lang/Class;Lio/netty/handler/logging/LogLevel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.channel.ChannelDuplexHandler.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "clazz"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.logging.LoggingHandler java.lang.Class io.netty.handler.logging.LogLevel
StackMap stack:
aload 2
ifnonnull 5
4: new java.lang.NullPointerException
dup
ldc "level"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
putfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
6: aload 0
aload 2
putfield io.netty.handler.logging.LoggingHandler.level:Lio/netty/handler/logging/LogLevel;
7: aload 0
aload 2
invokevirtual io.netty.handler.logging.LogLevel.toInternalLevel:()Lio/netty/util/internal/logging/InternalLogLevel;
putfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/logging/LoggingHandler;
0 9 1 clazz Ljava/lang/Class<*>;
0 9 2 level Lio/netty/handler/logging/LogLevel;
Signature: (Ljava/lang/Class<*>;Lio/netty/handler/logging/LogLevel;)V
MethodParameters:
Name Flags
clazz
level
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic io.netty.handler.logging.LoggingHandler.DEFAULT_LEVEL:Lio/netty/handler/logging/LogLevel;
invokespecial io.netty.handler.logging.LoggingHandler.<init>:(Ljava/lang/String;Lio/netty/handler/logging/LogLevel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/logging/LoggingHandler;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public void <init>(java.lang.String, io.netty.handler.logging.LogLevel);
descriptor: (Ljava/lang/String;Lio/netty/handler/logging/LogLevel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.channel.ChannelDuplexHandler.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "name"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.logging.LoggingHandler java.lang.String io.netty.handler.logging.LogLevel
StackMap stack:
aload 2
ifnonnull 5
4: new java.lang.NullPointerException
dup
ldc "level"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/String;)Lio/netty/util/internal/logging/InternalLogger;
putfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
6: aload 0
aload 2
putfield io.netty.handler.logging.LoggingHandler.level:Lio/netty/handler/logging/LogLevel;
7: aload 0
aload 2
invokevirtual io.netty.handler.logging.LogLevel.toInternalLevel:()Lio/netty/util/internal/logging/InternalLogLevel;
putfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/logging/LoggingHandler;
0 9 1 name Ljava/lang/String;
0 9 2 level Lio/netty/handler/logging/LogLevel;
MethodParameters:
Name Flags
name
level
public io.netty.handler.logging.LogLevel level();
descriptor: ()Lio/netty/handler/logging/LogLevel;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.level:Lio/netty/handler/logging/LogLevel;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/logging/LoggingHandler;
public void channelRegistered(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "REGISTERED"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRegistered:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void channelUnregistered(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "UNREGISTERED"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelUnregistered:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void channelActive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "ACTIVE"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelActive:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void channelInactive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "INACTIVE"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
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=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "EXCEPTION"
aload 2
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
aload 2
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
cause
public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "USER_EVENT"
aload 2
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 evt Ljava/lang/Object;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
evt
public void bind(io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "BIND"
aload 2
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 3
invokeinterface io.netty.channel.ChannelHandlerContext.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 localAddress Ljava/net/SocketAddress;
0 4 3 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
localAddress
promise
public void connect(io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "CONNECT"
aload 2
aload 3
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 3
aload 4
invokeinterface io.netty.channel.ChannelHandlerContext.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 remoteAddress Ljava/net/SocketAddress;
0 4 3 localAddress Ljava/net/SocketAddress;
0 4 4 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
remoteAddress
localAddress
promise
public void disconnect(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)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.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "DISCONNECT"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.disconnect:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
promise
public void close(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)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.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "CLOSE"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.close:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
promise
public void deregister(io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/channel/ChannelPromise;)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.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "DEREGISTER"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.deregister:(Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
promise
public void channelReadComplete(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "READ COMPLETE"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelReadComplete:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
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=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "READ"
aload 2
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 msg Ljava/lang/Object;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "WRITE"
aload 2
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 3
invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 msg Ljava/lang/Object;
0 4 3 promise Lio/netty/channel/ChannelPromise;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
promise
public void channelWritabilityChanged(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "WRITABILITY CHANGED"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelWritabilityChanged:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
public void flush(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
invokeinterface io.netty.util.internal.logging.InternalLogger.isEnabled:(Lio/netty/util/internal/logging/InternalLogLevel;)Z
ifeq 2
1: aload 0
getfield io.netty.handler.logging.LoggingHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
aload 0
getfield io.netty.handler.logging.LoggingHandler.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
aload 0
aload 1
ldc "FLUSH"
invokevirtual io.netty.handler.logging.LoggingHandler.format:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
invokeinterface io.netty.util.internal.logging.InternalLogger.log:(Lio/netty/util/internal/logging/InternalLogLevel;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/logging/LoggingHandler;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
protected java.lang.String format(io.netty.channel.ChannelHandlerContext, java.lang.String);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 3
start local 3 1: new java.lang.StringBuilder
dup
aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 2
invokevirtual java.lang.String.length:()I
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
2: aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
4: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
5: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
6: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/handler/logging/LoggingHandler;
0 7 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 7 2 eventName Ljava/lang/String;
1 7 3 chStr Ljava/lang/String;
MethodParameters:
Name Flags
ctx
eventName
protected java.lang.String format(io.netty.channel.ChannelHandlerContext, java.lang.String, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
instanceof io.netty.buffer.ByteBuf
ifeq 2
1: aload 1
aload 2
aload 3
checkcast io.netty.buffer.ByteBuf
invokestatic io.netty.handler.logging.LoggingHandler.formatByteBuf:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Lio/netty/buffer/ByteBuf;)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 3
instanceof io.netty.buffer.ByteBufHolder
ifeq 4
3: aload 1
aload 2
aload 3
checkcast io.netty.buffer.ByteBufHolder
invokestatic io.netty.handler.logging.LoggingHandler.formatByteBufHolder:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Lio/netty/buffer/ByteBufHolder;)Ljava/lang/String;
areturn
4: StackMap locals:
StackMap stack:
aload 1
aload 2
aload 3
invokestatic io.netty.handler.logging.LoggingHandler.formatSimple:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/logging/LoggingHandler;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 eventName Ljava/lang/String;
0 5 3 arg Ljava/lang/Object;
MethodParameters:
Name Flags
ctx
eventName
arg
protected java.lang.String format(io.netty.channel.ChannelHandlerContext, java.lang.String, java.lang.Object, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
ifnonnull 2
1: aload 1
aload 2
aload 3
invokestatic io.netty.handler.logging.LoggingHandler.formatSimple:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 5
start local 5 3: aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
astore 6
start local 6 4: aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 7
start local 7 5: new java.lang.StringBuilder
dup
6: aload 5
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 2
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
aload 6
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
aload 7
invokevirtual java.lang.String.length:()I
iadd
7: invokespecial java.lang.StringBuilder.<init>:(I)V
astore 8
start local 8 8: aload 8
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 6
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 7
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
9: aload 8
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/handler/logging/LoggingHandler;
0 10 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 10 2 eventName Ljava/lang/String;
0 10 3 firstArg Ljava/lang/Object;
0 10 4 secondArg Ljava/lang/Object;
3 10 5 chStr Ljava/lang/String;
4 10 6 arg1Str Ljava/lang/String;
5 10 7 arg2Str Ljava/lang/String;
8 10 8 buf Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
ctx
eventName
firstArg
secondArg
private static java.lang.String formatByteBuf(io.netty.channel.ChannelHandlerContext, java.lang.String, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Lio/netty/buffer/ByteBuf;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 3
start local 3 1: aload 2
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 4
start local 4 2: iload 4
ifne 6
3: new java.lang.StringBuilder
dup
aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 1
invokevirtual java.lang.String.length:()I
iadd
iconst_4
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 5
start local 5 4: aload 5
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ": 0B"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 5
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 5 6: StackMap locals: java.lang.String int
StackMap stack:
iload 4
bipush 16
idiv
iload 4
bipush 15
irem
ifne 7
iconst_0
goto 8
StackMap locals:
StackMap stack: int
7: iconst_1
StackMap locals: io.netty.channel.ChannelHandlerContext java.lang.String io.netty.buffer.ByteBuf java.lang.String int
StackMap stack: int int
8: iadd
iconst_4
iadd
istore 5
start local 5 9: new java.lang.StringBuilder
dup
aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 1
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
bipush 10
iadd
iconst_1
iadd
iconst_2
iadd
iload 5
bipush 80
imul
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 6
start local 6 10: aload 6
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 4
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
bipush 66
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
getstatic io.netty.util.internal.StringUtil.NEWLINE:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
11: aload 6
aload 2
invokestatic io.netty.buffer.ByteBufUtil.appendPrettyHexDump:(Ljava/lang/StringBuilder;Lio/netty/buffer/ByteBuf;)V
12: aload 6
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 ctx Lio/netty/channel/ChannelHandlerContext;
0 13 1 eventName Ljava/lang/String;
0 13 2 msg Lio/netty/buffer/ByteBuf;
1 13 3 chStr Ljava/lang/String;
2 13 4 length I
4 6 5 buf Ljava/lang/StringBuilder;
9 13 5 rows I
10 13 6 buf Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
ctx
eventName
msg
private static java.lang.String formatByteBufHolder(io.netty.channel.ChannelHandlerContext, java.lang.String, io.netty.buffer.ByteBufHolder);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Lio/netty/buffer/ByteBufHolder;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 3
start local 3 1: aload 2
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 4
start local 4 2: aload 2
invokeinterface io.netty.buffer.ByteBufHolder.content:()Lio/netty/buffer/ByteBuf;
astore 5
start local 5 3: aload 5
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 6
start local 6 4: iload 6
ifne 8
5: new java.lang.StringBuilder
dup
aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 1
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
aload 4
invokevirtual java.lang.String.length:()I
iadd
iconst_4
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 7
start local 7 6: aload 7
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", 0B"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
7: aload 7
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 7 8: StackMap locals: io.netty.channel.ChannelHandlerContext java.lang.String io.netty.buffer.ByteBufHolder java.lang.String java.lang.String io.netty.buffer.ByteBuf int
StackMap stack:
iload 6
bipush 16
idiv
iload 6
bipush 15
irem
ifne 9
iconst_0
goto 10
StackMap locals:
StackMap stack: int
9: iconst_1
StackMap locals: io.netty.channel.ChannelHandlerContext java.lang.String io.netty.buffer.ByteBufHolder java.lang.String java.lang.String io.netty.buffer.ByteBuf int
StackMap stack: int int
10: iadd
iconst_4
iadd
istore 7
start local 7 11: new java.lang.StringBuilder
dup
12: aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 1
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
aload 4
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
bipush 10
iadd
iconst_1
iadd
iconst_2
iadd
iload 7
bipush 80
imul
iadd
13: invokespecial java.lang.StringBuilder.<init>:(I)V
astore 8
start local 8 14: aload 8
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
15: aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 6
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
bipush 66
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
getstatic io.netty.util.internal.StringUtil.NEWLINE:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
16: aload 8
aload 5
invokestatic io.netty.buffer.ByteBufUtil.appendPrettyHexDump:(Ljava/lang/StringBuilder;Lio/netty/buffer/ByteBuf;)V
17: aload 8
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 ctx Lio/netty/channel/ChannelHandlerContext;
0 18 1 eventName Ljava/lang/String;
0 18 2 msg Lio/netty/buffer/ByteBufHolder;
1 18 3 chStr Ljava/lang/String;
2 18 4 msgStr Ljava/lang/String;
3 18 5 content Lio/netty/buffer/ByteBuf;
4 18 6 length I
6 8 7 buf Ljava/lang/StringBuilder;
11 18 7 rows I
14 18 8 buf Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
ctx
eventName
msg
private static java.lang.String formatSimple(io.netty.channel.ChannelHandlerContext, java.lang.String, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 3
start local 3 1: aload 2
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
astore 4
start local 4 2: new java.lang.StringBuilder
dup
aload 3
invokevirtual java.lang.String.length:()I
iconst_1
iadd
aload 1
invokevirtual java.lang.String.length:()I
iadd
iconst_2
iadd
aload 4
invokevirtual java.lang.String.length:()I
iadd
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 5
start local 5 3: aload 5
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ": "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 1 eventName Ljava/lang/String;
0 4 2 msg Ljava/lang/Object;
1 4 3 chStr Ljava/lang/String;
2 4 4 msgStr Ljava/lang/String;
3 4 5 buf Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
ctx
eventName
msg
}
SourceFile: "LoggingHandler.java"
InnerClasses:
public abstract Sharable = io.netty.channel.ChannelHandler$Sharable of io.netty.channel.ChannelHandler
RuntimeVisibleAnnotations:
io.netty.channel.ChannelHandler$Sharable()