Uses of Interface
io.netty.handler.codec.memcache.MemcacheContent
Packages that use MemcacheContent
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of MemcacheContent in io.netty.handler.codec.memcache
Subinterfaces of MemcacheContent in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
TheMemcacheContent
which signals the end of the content batch.Classes in io.netty.handler.codec.memcache that implement MemcacheContentModifier and TypeClassDescriptionclass
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation.Methods in io.netty.handler.codec.memcache that return MemcacheContentModifier and TypeMethodDescriptionDefaultMemcacheContent.copy()
MemcacheContent.copy()
DefaultMemcacheContent.duplicate()
MemcacheContent.duplicate()
DefaultMemcacheContent.retain()
DefaultMemcacheContent.retain
(int increment) MemcacheContent.retain()
MemcacheContent.retain
(int increment) DefaultMemcacheContent.retainedDuplicate()
MemcacheContent.retainedDuplicate()
DefaultMemcacheContent.touch()
MemcacheContent.touch()
Methods in io.netty.handler.codec.memcache with parameters of type MemcacheContentModifier and TypeMethodDescriptionprotected boolean
AbstractMemcacheObjectAggregator.isLastContentMessage
(MemcacheContent msg) -
Uses of MemcacheContent in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheContent 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 MemcacheContentModifier and TypeClassDescriptionclass
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return MemcacheContentModifier and TypeMethodDescriptionprivate MemcacheContent
AbstractBinaryMemcacheDecoder.invalidChunk
(Exception cause) Helper method to create a content chunk indicating a invalid decoding result.