Class AbstractMemcacheObjectDecoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler
Direct Known Subclasses:
AbstractBinaryMemcacheDecoder

@UnstableApi public abstract class AbstractMemcacheObjectDecoder extends ByteToMessageDecoder
Abstract super class for both ascii and binary decoders.

Currently it just acts as a common denominator, but will certainly include methods once the ascii protocol is implemented.

  • Constructor Details

    • AbstractMemcacheObjectDecoder

      public AbstractMemcacheObjectDecoder()