Uses of Interface
io.netty.handler.codec.memcache.LastMemcacheContent
Packages that use LastMemcacheContent
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of LastMemcacheContent in io.netty.handler.codec.memcache
Subinterfaces of LastMemcacheContent in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.Classes in io.netty.handler.codec.memcache that implement LastMemcacheContentFields in io.netty.handler.codec.memcache declared as LastMemcacheContentModifier and TypeFieldDescriptionstatic final LastMemcacheContent
LastMemcacheContent.EMPTY_LAST_CONTENT
Methods in io.netty.handler.codec.memcache that return LastMemcacheContentModifier and TypeMethodDescriptionDefaultLastMemcacheContent.copy()
LastMemcacheContent.copy()
DefaultLastMemcacheContent.duplicate()
LastMemcacheContent.duplicate()
DefaultLastMemcacheContent.retain()
DefaultLastMemcacheContent.retain
(int increment) LastMemcacheContent.retain()
LastMemcacheContent.retain
(int increment) DefaultLastMemcacheContent.retainedDuplicate()
LastMemcacheContent.retainedDuplicate()
DefaultLastMemcacheContent.touch()
LastMemcacheContent.touch()
-
Uses of LastMemcacheContent in io.netty.handler.codec.memcache.binary
Subinterfaces of LastMemcacheContent 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 LastMemcacheContentModifier and TypeClassDescriptionclass
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.