public class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder extends io.netty.handler.codec.MessageToByteEncoder<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
super_class: io.netty.handler.codec.MessageToByteEncoder
{
private final io.netty.handler.codec.marshalling.MarshallerProvider provider;
descriptor: Lio/netty/handler/codec/marshalling/MarshallerProvider;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.netty.handler.codec.marshalling.MarshallerProvider);
descriptor: (Lio/netty/handler/codec/marshalling/MarshallerProvider;)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.handler.codec.MessageToByteEncoder.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder.provider:Lio/netty/handler/codec/marshalling/MarshallerProvider;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/marshalling/CompatibleMarshallingEncoder;
0 3 1 provider Lio/netty/handler/codec/marshalling/MarshallerProvider;
MethodParameters:
Name Flags
provider
protected void encode(io.netty.channel.ChannelHandlerContext, java.lang.Object, 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=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder.provider:Lio/netty/handler/codec/marshalling/MarshallerProvider;
aload 1
invokeinterface io.netty.handler.codec.marshalling.MarshallerProvider.getMarshaller:(Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Marshaller;
astore 4
start local 4 1: aload 4
new io.netty.handler.codec.marshalling.ChannelBufferByteOutput
dup
aload 3
invokespecial io.netty.handler.codec.marshalling.ChannelBufferByteOutput.<init>:(Lio/netty/buffer/ByteBuf;)V
invokeinterface org.jboss.marshalling.Marshaller.start:(Lorg/jboss/marshalling/ByteOutput;)V
2: aload 4
aload 2
invokeinterface org.jboss.marshalling.Marshaller.writeObject:(Ljava/lang/Object;)V
3: aload 4
invokeinterface org.jboss.marshalling.Marshaller.finish:()V
4: aload 4
invokeinterface org.jboss.marshalling.Marshaller.close:()V
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/marshalling/CompatibleMarshallingEncoder;
0 6 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 6 2 msg Ljava/lang/Object;
0 6 3 out Lio/netty/buffer/ByteBuf;
1 6 4 marshaller Lorg/jboss/marshalling/Marshaller;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
out
}
Signature: Lio/netty/handler/codec/MessageToByteEncoder<Ljava/lang/Object;>;
SourceFile: "CompatibleMarshallingEncoder.java"
InnerClasses:
public abstract Sharable = io.netty.channel.ChannelHandler$Sharable of io.netty.channel.ChannelHandler
RuntimeVisibleAnnotations:
io.netty.channel.ChannelHandler$Sharable()