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 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
         0: .line 50
            aload 0 /* this */
            sipush 8192
            invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.<init>:(I)V
         1: .line 51
            return
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
      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 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
        start local 1 // int decodeChunkSize
         0: .line 59
            aload 0 /* this */
            iload 1 /* decodeChunkSize */
            iconst_0
            invokespecial io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.<init>:(IZ)V
         1: .line 60
            return
        end local 1 // int decodeChunkSize
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
      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 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
        start local 1 // int decodeChunkSize
        start local 2 // boolean failOnMissingResponse
         0: .line 68
            aload 0 /* this */
            invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:()V
         1: .line 44
            aload 0 /* this */
            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: .line 69
            aload 0 /* this */
            iload 2 /* failOnMissingResponse */
            putfield io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.failOnMissingResponse:Z
         3: .line 70
            aload 0 /* this */
            new io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder
            dup
            aload 0 /* this */
            iload 1 /* decodeChunkSize */
            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 /* this */
            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: .line 71
            return
        end local 2 // boolean failOnMissingResponse
        end local 1 // int decodeChunkSize
        end local 0 // io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec this
      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