public final class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec extends io.netty.channel.CombinedChannelDuplexHandler<io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder, io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
super_class: io.netty.channel.CombinedChannelDuplexHandler
{
private final boolean failOnMissingResponse;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.concurrent.atomic.AtomicLong requestResponseCounter;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
sipush 8192
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.<init>:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_0
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.<init>:(IZ)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
0 2 1 decodeChunkSize I
MethodParameters:
Name Flags
decodeChunkSize
public void <init>(int, boolean);
descriptor: (IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.requestResponseCounter:Ljava/util/concurrent/atomic/AtomicLong;
2: aload 0
iload 2
putfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.failOnMissingResponse:Z
3: aload 0
new io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder
dup
aload 0
iload 1
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder.<init>:(Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;I)V
new io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder
dup
aload 0
invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder.<init>:(Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;)V
invokevirtual io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.init:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/memcache/binary/BinaryMemcacheClientCodec;
0 5 1 decodeChunkSize I
0 5 2 failOnMissingResponse Z
MethodParameters:
Name Flags
decodeChunkSize
failOnMissingResponse
}
Signature: Lio/netty/channel/CombinedChannelDuplexHandler<Lio/netty/handler/codec/memcache/binary/BinaryMemcacheResponseDecoder;Lio/netty/handler/codec/memcache/binary/BinaryMemcacheRequestEncoder;>;
SourceFile: "BinaryMemcacheClientCodec.java"
NestMembers:
io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder
InnerClasses:
private final Decoder = io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder of io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
private final Encoder = io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder of io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec