Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.memcache.binary Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbstractBinaryMemcacheDecoderDecoder for both BinaryMemcacheRequest and BinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
AbstractBinaryMemcacheEncoderA MessageToByteEncoder that encodes binary memache messages into bytes.Classio.netty.handler.codec.memcache.binaryNetty
AbstractBinaryMemcacheMessageDefault implementation of a BinaryMemcacheMessage.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheClientCodecThe client codec that combines the proper encoder and decoder.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest and BinaryMemcacheResponse.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheObjectAggregatorAn object aggregator for the memcache binary protocol.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheOpcodesRepresents all Opcodes that can occur in a BinaryMemcacheMessage.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestRepresents a full BinaryMemcacheRequest, which contains the header and optional key and extras.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestDecoderThe decoder part which takes care of decoding the request-specific headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestEncoderThe encoder part which takes care of encoding the request headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseRepresents a full BinaryMemcacheResponse, which contains the header and optional key and extras.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseDecoderThe decoder which takes care of decoding the response headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseEncoderThe encoder which takes care of encoding the response headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseStatusContains all possible status values a BinaryMemcacheResponse can return.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheServerCodecThe full server codec that combines the correct encoder and decoder.Classio.netty.handler.codec.memcache.binaryNetty
DefaultBinaryMemcacheRequestThe default implementation of the BinaryMemcacheRequest.Classio.netty.handler.codec.memcache.binaryNetty
DefaultBinaryMemcacheResponseThe default implementation of the BinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
DefaultFullBinaryMemcacheRequestThe default implementation of a FullBinaryMemcacheRequest.Classio.netty.handler.codec.memcache.binaryNetty
DefaultFullBinaryMemcacheResponseThe default implementation of a FullBinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
FullBinaryMemcacheRequestA BinaryMemcacheRequest that also includes the content.Interfaceio.netty.handler.codec.memcache.binaryNetty
FullBinaryMemcacheResponseA BinaryMemcacheResponse that also includes the content.Interfaceio.netty.handler.codec.memcache.binaryNetty