final class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder extends io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder
super_class: io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
{
final io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this$0;
descriptor: Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec);
descriptor: (Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder this
0: .line 73
aload 0 /* this */
aload 1
putfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder.this$0:Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
aload 0 /* this */
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder.<init>:()V
return
end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec$Encoder;
MethodParameters:
Name Flags
this$0 final
protected void encode(io.netty.channel.ChannelHandlerContext, , java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=4
start local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder this
start local 1 // io.netty.channel.ChannelHandlerContext ctx
start local 2 // java.lang.Object msg
start local 3 // java.util.List out
0: .line 77
aload 0 /* this */
aload 1 /* ctx */
aload 2 /* msg */
aload 3 /* out */
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder.encode:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
1: .line 79
aload 0 /* this */
getfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder.this$0:Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
getfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.failOnMissingResponse:Z
ifeq 3
aload 2 /* msg */
instanceof io.netty.handler.codec.memcache.LastMemcacheContent
ifeq 3
2: .line 80
aload 0 /* this */
getfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder.this$0:Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
getfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.requestResponseCounter:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.incrementAndGet:()J
pop2
3: .line 82
StackMap locals:
StackMap stack:
return
end local 3 // java.util.List out
end local 2 // java.lang.Object msg
end local 1 // io.netty.channel.ChannelHandlerContext ctx
end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec$Encoder;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 msg Ljava/lang/Object;
0 4 3 out Ljava/util/List<Ljava/lang/Object;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
msg
out
}
SourceFile: "BinaryMemcacheClientCodec.java"
NestHost: io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
InnerClasses:
private final Encoder = io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder of io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec