final class io.netty.handler.codec.ByteToMessageCodec$Encoder extends io.netty.handler.codec.MessageToByteEncoder<I>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.ByteToMessageCodec$Encoder
super_class: io.netty.handler.codec.MessageToByteEncoder
{
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, boolean);
descriptor: (Lio/netty/handler/codec/ByteToMessageCodec;Z)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.netty.handler.codec.ByteToMessageCodec$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
1: aload 0
iload 2
invokespecial io.netty.handler.codec.MessageToByteEncoder.<init>:(Z)V
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/ByteToMessageCodec$Encoder;
0 3 2 preferDirect Z
MethodParameters:
Name Flags
this$0 final
preferDirect
public boolean acceptOutboundMessage(java.lang.Object);
descriptor: (Ljava/lang/Object;)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.handler.codec.ByteToMessageCodec$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
aload 1
invokevirtual io.netty.handler.codec.ByteToMessageCodec.acceptOutboundMessage:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/ByteToMessageCodec$Encoder;
0 1 1 msg Ljava/lang/Object;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
msg
protected void encode(io.netty.channel.ChannelHandlerContext, I, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)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$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
aload 1
aload 2
aload 3
invokevirtual io.netty.handler.codec.ByteToMessageCodec.encode:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)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$Encoder;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 msg TI;
0 2 3 out Lio/netty/buffer/ByteBuf;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;TI;Lio/netty/buffer/ByteBuf;)V
MethodParameters:
Name Flags
ctx
msg
out
}
Signature: Lio/netty/handler/codec/MessageToByteEncoder<TI;>;
SourceFile: "ByteToMessageCodec.java"
NestHost: io.netty.handler.codec.ByteToMessageCodec
InnerClasses:
private final Encoder = io.netty.handler.codec.ByteToMessageCodec$Encoder of io.netty.handler.codec.ByteToMessageCodec