Uses of Interface
io.netty.handler.codec.memcache.FullMemcacheMessage
Packages that use FullMemcacheMessage
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of FullMemcacheMessage in io.netty.handler.codec.memcache
Subclasses with type arguments of type FullMemcacheMessage in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclassAbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents.Methods in io.netty.handler.codec.memcache that return FullMemcacheMessage -
Uses of FullMemcacheMessage in io.netty.handler.codec.memcache.binary
Subinterfaces of FullMemcacheMessage in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceABinaryMemcacheRequestthat also includes the content.interfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement FullMemcacheMessageModifier and TypeClassDescriptionclassThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary that return FullMemcacheMessageModifier and TypeMethodDescriptionprotected FullMemcacheMessageBinaryMemcacheObjectAggregator.beginAggregation(BinaryMemcacheMessage start, ByteBuf content)