public class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider extends io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
super_class: io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
{
private static final io.netty.util.AttributeKey<org.jboss.marshalling.Unmarshaller> UNMARSHALLER;
descriptor: Lio/netty/util/AttributeKey;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lio/netty/util/AttributeKey<Lorg/jboss/marshalling/Unmarshaller;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc Lio/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider;
ldc "UNMARSHALLER"
1: invokestatic io.netty.util.AttributeKey.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Lio/netty/util/AttributeKey;
putstatic io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider.UNMARSHALLER:Lio/netty/util/AttributeKey;
2: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.jboss.marshalling.MarshallerFactory, org.jboss.marshalling.MarshallingConfiguration);
descriptor: (Lorg/jboss/marshalling/MarshallerFactory;Lorg/jboss/marshalling/MarshallingConfiguration;)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
aload 1
aload 2
invokespecial io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider.<init>:(Lorg/jboss/marshalling/MarshallerFactory;Lorg/jboss/marshalling/MarshallingConfiguration;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/marshalling/ContextBoundUnmarshallerProvider;
0 2 1 factory Lorg/jboss/marshalling/MarshallerFactory;
0 2 2 config Lorg/jboss/marshalling/MarshallingConfiguration;
MethodParameters:
Name Flags
factory
config
public org.jboss.marshalling.Unmarshaller getUnmarshaller(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Unmarshaller;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
getstatic io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider.UNMARSHALLER:Lio/netty/util/AttributeKey;
invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
astore 2
start local 2 1: aload 2
invokeinterface io.netty.util.Attribute.get:()Ljava/lang/Object;
checkcast org.jboss.marshalling.Unmarshaller
astore 3
start local 3 2: aload 3
ifnonnull 5
3: aload 0
aload 1
invokespecial io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider.getUnmarshaller:(Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Unmarshaller;
astore 3
4: aload 2
aload 3
invokeinterface io.netty.util.Attribute.set:(Ljava/lang/Object;)V
5: StackMap locals: io.netty.util.Attribute org.jboss.marshalling.Unmarshaller
StackMap stack:
aload 3
areturn
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/ContextBoundUnmarshallerProvider;
0 6 1 ctx Lio/netty/channel/ChannelHandlerContext;
1 6 2 attr Lio/netty/util/Attribute<Lorg/jboss/marshalling/Unmarshaller;>;
2 6 3 unmarshaller Lorg/jboss/marshalling/Unmarshaller;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
}
SourceFile: "ContextBoundUnmarshallerProvider.java"