public class io.netty.handler.codec.stomp.DefaultStompFrame extends io.netty.handler.codec.stomp.DefaultStompHeadersSubframe implements io.netty.handler.codec.stomp.StompFrame
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.stomp.DefaultStompFrame
super_class: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
{
private final io.netty.buffer.ByteBuf content;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0012) ACC_PRIVATE, 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
iconst_0
invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 2 1 command Lio/netty/handler/codec/stomp/StompCommand;
MethodParameters:
Name Flags
command
public void <init>(io.netty.handler.codec.stomp.StompCommand, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)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/stomp/DefaultStompFrame;
0 2 1 command Lio/netty/handler/codec/stomp/StompCommand;
0 2 2 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
command
content
void <init>(io.netty.handler.codec.stomp.StompCommand, io.netty.buffer.ByteBuf, io.netty.handler.codec.stomp.DefaultStompHeaders);
descriptor: (Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 3
invokespecial io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
1: aload 2
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "content"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.codec.stomp.DefaultStompFrame io.netty.handler.codec.stomp.StompCommand io.netty.buffer.ByteBuf io.netty.handler.codec.stomp.DefaultStompHeaders
StackMap stack:
aload 0
aload 2
putfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 5 1 command Lio/netty/handler/codec/stomp/StompCommand;
0 5 2 content Lio/netty/buffer/ByteBuf;
0 5 3 headers Lio/netty/handler/codec/stomp/DefaultStompHeaders;
MethodParameters:
Name Flags
command
content
headers
public io.netty.buffer.ByteBuf content();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame copy();
descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.copy:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame duplicate();
descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new io.netty.handler.codec.stomp.DefaultStompFrame
dup
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.command:Lio/netty/handler/codec/stomp/StompCommand;
aload 1
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
invokevirtual io.netty.handler.codec.stomp.DefaultStompHeaders.copy:()Lio/netty/handler/codec/stomp/DefaultStompHeaders;
invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 1 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public int refCnt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame retain();
descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame retain(int);
descriptor: (I)Lio/netty/handler/codec/stomp/StompFrame;
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.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
iload 1
invokevirtual io.netty.buffer.ByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 2 1 increment I
MethodParameters:
Name Flags
increment
public io.netty.handler.codec.stomp.StompFrame touch();
descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.handler.codec.stomp.StompFrame touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
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.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
aload 1
invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 2 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public boolean release();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public boolean release(int);
descriptor: (I)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.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
iload 1
invokevirtual io.netty.buffer.ByteBuf.release:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
0 1 1 decrement I
MethodParameters:
Name Flags
decrement
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 "DefaultStompFrame{command="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.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.DefaultStompFrame.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
3: ldc ", content="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokevirtual io.netty.buffer.ByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
5: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/stomp/DefaultStompFrame;
public io.netty.buffer.ByteBufHolder copy();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe copy();
descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe copy();
descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain(int);
descriptor: (I)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain(int);
descriptor: (I)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe retain(int);
descriptor: (I)Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe retain(int);
descriptor: (I)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe retain();
descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe retain();
descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder duplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe duplicate();
descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe duplicate();
descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe touch();
descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe touch();
descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.StompContentSubframe retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.stomp.LastStompContentSubframe retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DefaultStompFrame.java"