All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> Decoder for bothBinaryMemcacheRequestandBinaryMemcacheResponse.AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> AMessageToByteEncoderthat encodes binary memcache messages into bytes.AbstractBinaryMemcacheMessage Default implementation of aBinaryMemcacheMessage.AbstractMemcacheObject The defaultMemcacheObjectimplementation.AbstractMemcacheObjectAggregator<H extends MemcacheMessage> AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.AbstractMemcacheObjectDecoder Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder<M extends MemcacheMessage> A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.BinaryMemcacheClientCodec The client codec that combines the proper encoder and decoder.BinaryMemcacheMessage An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.BinaryMemcacheObjectAggregator An object aggregator for the memcache binary protocol.BinaryMemcacheOpcodes Represents all Opcodes that can occur in aBinaryMemcacheMessage.BinaryMemcacheRequest Represents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.BinaryMemcacheRequestDecoder The decoder part which takes care of decoding the request-specific headers.BinaryMemcacheRequestEncoder The encoder part which takes care of encoding the request headers.BinaryMemcacheResponse Represents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.BinaryMemcacheResponseDecoder The decoder which takes care of decoding the response headers.BinaryMemcacheResponseEncoder The encoder which takes care of encoding the response headers.BinaryMemcacheResponseStatus Contains all possible status values aBinaryMemcacheResponsecan return.BinaryMemcacheServerCodec The full server codec that combines the correct encoder and decoder.DefaultBinaryMemcacheRequest The default implementation of theBinaryMemcacheRequest.DefaultBinaryMemcacheResponse The default implementation of theBinaryMemcacheResponse.DefaultFullBinaryMemcacheRequest The default implementation of aFullBinaryMemcacheRequest.DefaultFullBinaryMemcacheResponse The default implementation of aFullBinaryMemcacheResponse.DefaultLastMemcacheContent The default implementation for theLastMemcacheContent.DefaultMemcacheContent The defaultMemcacheContentimplementation.FullBinaryMemcacheRequest ABinaryMemcacheRequestthat also includes the content.FullBinaryMemcacheResponse ABinaryMemcacheResponsethat also includes the content.FullMemcacheMessage CombinesMemcacheMessageandLastMemcacheContentinto one message.LastMemcacheContent TheMemcacheContentwhich signals the end of the content batch.MemcacheContent An Memcache content chunk.MemcacheMessage Marker interface for both ascii and binary messages.MemcacheObject Defines a common interface for allMemcacheObjectimplementations.