Class BinaryMemcacheServerCodec

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

The full server codec that combines the correct encoder and decoder.

Use this codec if you need to implement a server that speaks the memcache binary protocol. Internally, it combines the BinaryMemcacheRequestDecoder and the BinaryMemcacheResponseEncoder to request decoding and response encoding.

  • Constructor Details

    • BinaryMemcacheServerCodec

      public BinaryMemcacheServerCodec()
    • BinaryMemcacheServerCodec

      public BinaryMemcacheServerCodec(int decodeChunkSize)