Uses of Interface
io.netty.handler.codec.memcache.MemcacheObject
-
Packages that use MemcacheObject Package Description io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary 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.memcache Modifier and Type Interface Description interface
FullMemcacheMessage
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
LastMemcacheContent
TheMemcacheContent
which signals the end of the content batch.interface
MemcacheContent
An Memcache content chunk.interface
MemcacheMessage
Marker interface for both ascii and binary messages.Classes in io.netty.handler.codec.memcache that implement MemcacheObject Modifier and Type Class Description class
AbstractMemcacheObject
The defaultMemcacheObject
implementation.class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation.Methods in io.netty.handler.codec.memcache with parameters of type MemcacheObject Modifier and Type Method Description protected 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.binary Modifier and Type Interface Description interface
BinaryMemcacheMessage
An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.interface
BinaryMemcacheRequest
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
BinaryMemcacheResponse
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
FullBinaryMemcacheRequest
ABinaryMemcacheRequest
that also includes the content.interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheObject Modifier and Type Class Description class
AbstractBinaryMemcacheMessage
Default implementation of aBinaryMemcacheMessage
.class
DefaultBinaryMemcacheRequest
The default implementation of theBinaryMemcacheRequest
.class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary with parameters of type MemcacheObject Modifier and Type Method Description protected boolean
BinaryMemcacheObjectAggregator. isStartMessage(MemcacheObject msg)
-