Uses of Interface
io.netty.handler.codec.memcache.MemcacheMessage
Packages that use MemcacheMessage
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of MemcacheMessage in io.netty.handler.codec.memcache
Classes in io.netty.handler.codec.memcache with type parameters of type MemcacheMessageModifier and TypeClassDescriptionclass
AbstractMemcacheObjectAggregator<H extends MemcacheMessage>
AChannelHandler
that aggregates anMemcacheMessage
and its followingMemcacheContent
s into a singleMemcacheMessage
with no followingMemcacheContent
s.class
AbstractMemcacheObjectEncoder<M extends MemcacheMessage>
A general purposeAbstractMemcacheObjectEncoder
that encodesMemcacheMessage
s.Subinterfaces of MemcacheMessage in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.Methods in io.netty.handler.codec.memcache that return MemcacheMessage -
Uses of MemcacheMessage in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheMessage in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.interface
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheMessageModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.