Uses of Interface
io.netty.handler.codec.memcache.MemcacheObject
Packages that use MemcacheObject
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of MemcacheObject in io.netty.handler.codec.memcache
Subinterfaces of MemcacheObject in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
TheMemcacheContent
which signals the end of the content batch.interface
An Memcache content chunk.interface
Marker interface for both ascii and binary messages.Classes in io.netty.handler.codec.memcache that implement MemcacheObjectModifier and TypeClassDescriptionclass
The defaultMemcacheObject
implementation.class
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation.Methods in io.netty.handler.codec.memcache with parameters of type MemcacheObjectModifier and TypeMethodDescriptionprotected boolean
AbstractMemcacheObjectAggregator.isAggregated
(MemcacheObject msg) protected boolean
AbstractMemcacheObjectAggregator.isContentMessage
(MemcacheObject msg) -
Uses of MemcacheObject in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheObject in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.interface
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheObjectModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary with parameters of type MemcacheObjectModifier and TypeMethodDescriptionprotected boolean
BinaryMemcacheObjectAggregator.isStartMessage
(MemcacheObject msg)