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 defaultMemcacheObjectimplementation.DefaultMemcacheContent The defaultMemcacheContentimplementation.FullMemcacheMessage CombinesMemcacheMessageandLastMemcacheContentinto one message.LastMemcacheContent TheMemcacheContentwhich 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 allMemcacheObjectimplementations. -
Classes in io.netty.handler.codec.memcache used by io.netty.handler.codec.memcache.binary Class Description AbstractMemcacheObject The defaultMemcacheObjectimplementation.AbstractMemcacheObjectAggregator AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.AbstractMemcacheObjectDecoder Abstract super class for both ascii and binary decoders.AbstractMemcacheObjectEncoder A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages.FullMemcacheMessage CombinesMemcacheMessageandLastMemcacheContentinto one message.LastMemcacheContent TheMemcacheContentwhich 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 allMemcacheObjectimplementations.