public class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe implements io.netty.handler.codec.stomp.StompHeadersSubframe
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
super_class: java.lang.Object
{
protected final io.netty.handler.codec.stomp.StompCommand command;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected io.netty.handler.codec.DecoderResult decoderResult;
descriptor: Lio/netty/handler/codec/DecoderResult;
flags: (0x0004) ACC_PROTECTED
protected final io.netty.handler.codec.stomp.DefaultStompHeaders headers;
descriptor: Lio/netty/handler/codec/stomp/DefaultStompHeaders;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
public void <init>(io.netty.handler.codec.stomp.StompCommand);
descriptor: (Lio/netty/handler/codec/stomp/StompCommand;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
0 2 1 command Lio/netty/handler/codec/stomp/StompCommand;
MethodParameters:
Name Flags
command
void <init>(io.netty.handler.codec.stomp.StompCommand, io.netty.handler.codec.stomp.DefaultStompHeaders);
descriptor: (Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
putfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
2: aload 1
ifnonnull 4
3: new java.lang.NullPointerException
dup
ldc "command"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe io.netty.handler.codec.stomp.StompCommand io.netty.handler.codec.stomp.DefaultStompHeaders
StackMap stack:
aload 0
aload 1
putfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.command:Lio/netty/handler/codec/stomp/StompCommand;
5: aload 0
aload 2
ifnonnull 6
new io.netty.handler.codec.stomp.DefaultStompHeaders
dup
invokespecial io.netty.handler.codec.stomp.DefaultStompHeaders.<init>:()V
goto 7
StackMap locals:
StackMap stack: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
6: aload 2
StackMap locals: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe io.netty.handler.codec.stomp.StompCommand io.netty.handler.codec.stomp.DefaultStompHeaders
StackMap stack: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe io.netty.handler.codec.stomp.DefaultStompHeaders
7: putfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
0 9 1 command Lio/netty/handler/codec/stomp/StompCommand;
0 9 2 headers Lio/netty/handler/codec/stomp/DefaultStompHeaders;
MethodParameters:
Name Flags
command
headers
public io.netty.handler.codec.stomp.StompCommand command();
descriptor: ()Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.command:Lio/netty/handler/codec/stomp/StompCommand;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
public io.netty.handler.codec.stomp.StompHeaders headers();
descriptor: ()Lio/netty/handler/codec/stomp/StompHeaders;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
public io.netty.handler.codec.DecoderResult decoderResult();
descriptor: ()Lio/netty/handler/codec/DecoderResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
public void setDecoderResult(io.netty.handler.codec.DecoderResult);
descriptor: (Lio/netty/handler/codec/DecoderResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.decoderResult:Lio/netty/handler/codec/DecoderResult;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
0 2 1 decoderResult Lio/netty/handler/codec/DecoderResult;
MethodParameters:
Name Flags
decoderResult
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "StompFrame{command="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.command:Lio/netty/handler/codec/stomp/StompCommand;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
2: ldc ", headers="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
3: bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/stomp/DefaultStompHeadersSubframe;
}
SourceFile: "DefaultStompHeadersSubframe.java"