Uses of Package
io.netty.handler.codec.memcache
Packages that use io.netty.handler.codec.memcache
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcacheClassDescriptionThe default
MemcacheObject
implementation.The defaultMemcacheContent
implementation.CombinesMemcacheMessage
andLastMemcacheContent
into one message.TheMemcacheContent
which signals the end of the content batch.An Memcache content chunk.Marker interface for both ascii and binary messages.Defines a common interface for allMemcacheObject
implementations. -
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcache.binaryClassDescriptionThe default
MemcacheObject
implementation.AChannelHandler
that aggregates anMemcacheMessage
and its followingMemcacheContent
s into a singleMemcacheMessage
with no followingMemcacheContent
s.Abstract super class for both ascii and binary decoders.A general purposeAbstractMemcacheObjectEncoder
that encodesMemcacheMessage
s.CombinesMemcacheMessage
andLastMemcacheContent
into one message.TheMemcacheContent
which signals the end of the content batch.An Memcache content chunk.Marker interface for both ascii and binary messages.Defines a common interface for allMemcacheObject
implementations.