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
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 TypeInterfaceDescriptioninterface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement FullMemcacheMessageModifier and TypeClassDescriptionclass
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return FullMemcacheMessageModifier and TypeMethodDescriptionprotected FullMemcacheMessage
BinaryMemcacheObjectAggregator.beginAggregation
(BinaryMemcacheMessage start, ByteBuf content)