class io.netty.handler.codec.ByteToMessageCodec$1 extends io.netty.handler.codec.ByteToMessageDecoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.ByteToMessageCodec$1
super_class: io.netty.handler.codec.ByteToMessageDecoder
{
final io.netty.handler.codec.ByteToMessageCodec this$0;
descriptor: Lio/netty/handler/codec/ByteToMessageCodec;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.ByteToMessageCodec);
descriptor: (Lio/netty/handler/codec/ByteToMessageCodec;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
aload 0
invokespecial io.netty.handler.codec.ByteToMessageDecoder.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/ByteToMessageCodec$1;
MethodParameters:
Name Flags
this$0 final
public void decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
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.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
aload 1
aload 2
aload 3
invokevirtual io.netty.handler.codec.ByteToMessageCodec.decode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/ByteToMessageCodec$1;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 in Lio/netty/buffer/ByteBuf;
0 2 3 out Ljava/util/List<Ljava/lang/Object;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
in
out
protected void decodeLast(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
flags: (0x0004) ACC_PROTECTED
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.handler.codec.ByteToMessageCodec$1.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
aload 1
aload 2
aload 3
invokevirtual io.netty.handler.codec.ByteToMessageCodec.decodeLast:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/ByteToMessageCodec$1;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 in Lio/netty/buffer/ByteBuf;
0 2 3 out Ljava/util/List<Ljava/lang/Object;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
in
out
}
SourceFile: "ByteToMessageCodec.java"
EnclosingMethod: io.netty.handler.codec.ByteToMessageCodec
NestHost: io.netty.handler.codec.ByteToMessageCodec
InnerClasses:
io.netty.handler.codec.ByteToMessageCodec$1