public abstract class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage extends io.netty.handler.codec.memcache.AbstractMemcacheObject implements io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
super_class: io.netty.handler.codec.memcache.AbstractMemcacheObject
{
private io.netty.buffer.ByteBuf key;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0002) ACC_PRIVATE
private io.netty.buffer.ByteBuf extras;
descriptor: Lio/netty/buffer/ByteBuf;
flags: (0x0002) ACC_PRIVATE
private byte magic;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private byte opcode;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private short keyLength;
descriptor: S
flags: (0x0002) ACC_PRIVATE
private byte extrasLength;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private byte dataType;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private int totalBodyLength;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int opaque;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long cas;
descriptor: J
flags: (0x0002) ACC_PRIVATE
protected void <init>(io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
2: aload 0
aload 1
ifnonnull 3
iconst_0
goto 4
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
3: aload 1
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2s
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
4: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
5: aload 0
aload 2
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
6: aload 0
aload 2
ifnonnull 7
iconst_0
goto 8
StackMap locals:
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
7: aload 2
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2b
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf io.netty.buffer.ByteBuf
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
8: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
9: aload 0
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
iadd
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 11 1 key Lio/netty/buffer/ByteBuf;
0 11 2 extras Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
key
extras
public io.netty.buffer.ByteBuf key();
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.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.buffer.ByteBuf extras();
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.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setKey(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
ifnull 2
1: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
3: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
istore 2
start local 2 4: aload 0
aload 1
ifnonnull 5
iconst_0
goto 6
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
5: aload 1
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2s
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
6: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
7: aload 0
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
iadd
iload 2
isub
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
8: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 9 1 key Lio/netty/buffer/ByteBuf;
4 9 2 oldKeyLength S
MethodParameters:
Name Flags
key
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setExtras(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
ifnull 2
1: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
3: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
istore 2
start local 2 4: aload 0
aload 1
ifnonnull 5
iconst_0
goto 6
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
5: aload 1
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2b
StackMap locals: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage io.netty.buffer.ByteBuf int
StackMap stack: io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage int
6: putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
7: aload 0
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
iadd
iload 2
isub
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
8: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 9 1 extras Lio/netty/buffer/ByteBuf;
4 9 2 oldExtrasLength S
MethodParameters:
Name Flags
extras
public byte magic();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.magic:B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setMagic(byte);
descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.magic:B
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 magic B
MethodParameters:
Name Flags
magic
public long cas();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.cas:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setCas(long);
descriptor: (J)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.cas:J
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 cas J
MethodParameters:
Name Flags
cas
public int opaque();
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.memcache.binary.AbstractBinaryMemcacheMessage.opaque:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setOpaque(int);
descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opaque:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 opaque I
MethodParameters:
Name Flags
opaque
public int totalBodyLength();
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.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setTotalBodyLength(int);
descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.totalBodyLength:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 totalBodyLength I
MethodParameters:
Name Flags
totalBodyLength
public byte dataType();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.dataType:B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setDataType(byte);
descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.dataType:B
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 dataType B
MethodParameters:
Name Flags
dataType
public byte extrasLength();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setExtrasLength(byte);
descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extrasLength:B
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 extrasLength B
MethodParameters:
Name Flags
extrasLength
public short keyLength();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setKeyLength(short);
descriptor: (S)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.keyLength:S
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 keyLength S
MethodParameters:
Name Flags
keyLength
public byte opcode();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opcode:B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage setOpcode(byte);
descriptor: (B)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.opcode:B
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 opcode B
MethodParameters:
Name Flags
opcode
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage retain();
descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.retain:()Lio/netty/util/ReferenceCounted;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage retain(int);
descriptor: (I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.retain:(I)Lio/netty/util/ReferenceCounted;
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/memcache/binary/AbstractBinaryMemcacheMessage;
0 2 1 increment I
MethodParameters:
Name Flags
increment
protected void deallocate();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
ifnull 2
1: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
ifnull 4
3: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage touch();
descriptor: ()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.memcache.AbstractMemcacheObject.touch:()Lio/netty/util/ReferenceCounted;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
public io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
ifnull 2
1: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.key:Lio/netty/buffer/ByteBuf;
aload 1
invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
ifnull 4
3: aload 0
getfield io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.extras:Lio/netty/buffer/ByteBuf;
aload 1
invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
pop
4: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/memcache/binary/AbstractBinaryMemcacheMessage;
0 5 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public io.netty.handler.codec.memcache.MemcacheMessage retain(int);
descriptor: (I)Lio/netty/handler/codec/memcache/MemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.retain:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.retain:(I)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.memcache.MemcacheMessage retain();
descriptor: ()Lio/netty/handler/codec/memcache/MemcacheMessage;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.retain:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.retain:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.memcache.MemcacheMessage touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/memcache/MemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.memcache.MemcacheMessage touch();
descriptor: ()Lio/netty/handler/codec/memcache/MemcacheMessage;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage.touch:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
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.memcache.binary.AbstractBinaryMemcacheMessage.touch:()Lio/netty/handler/codec/memcache/binary/BinaryMemcacheMessage;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractBinaryMemcacheMessage.java"