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
MemcacheObjectimplementation.The defaultMemcacheContentimplementation.CombinesMemcacheMessageandLastMemcacheContentinto one message.TheMemcacheContentwhich signals the end of the content batch.An Memcache content chunk.Marker interface for both ascii and binary messages.Defines a common interface for allMemcacheObjectimplementations. -
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcache.binaryClassDescriptionThe default
MemcacheObjectimplementation.AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.Abstract super class for both ascii and binary decoders.A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.CombinesMemcacheMessageandLastMemcacheContentinto one message.TheMemcacheContentwhich signals the end of the content batch.An Memcache content chunk.Marker interface for both ascii and binary messages.Defines a common interface for allMemcacheObjectimplementations.