Uses of Package
io.netty.handler.codec.memcache
-
Packages that use io.netty.handler.codec.memcache Package Description io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcache Class Description AbstractMemcacheObject The defaultMemcacheObject
implementation.DefaultMemcacheContent The defaultMemcacheContent
implementation.FullMemcacheMessage CombinesMemcacheMessage
andLastMemcacheContent
into one message.LastMemcacheContent TheMemcacheContent
which 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 allMemcacheObject
implementations. -
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcache.binary Class Description AbstractMemcacheObject The defaultMemcacheObject
implementation.AbstractMemcacheObjectAggregator AChannelHandler
that aggregates anMemcacheMessage
and its followingMemcacheContent
s into a singleMemcacheMessage
with no followingMemcacheContent
s.AbstractMemcacheObjectDecoder Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder A general purposeAbstractMemcacheObjectEncoder
that encodesMemcacheMessage
s.FullMemcacheMessage CombinesMemcacheMessage
andLastMemcacheContent
into one message.LastMemcacheContent TheMemcacheContent
which 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 allMemcacheObject
implementations.