Uses of Interface
io.netty.handler.codec.memcache.MemcacheContent
-
Packages that use MemcacheContent 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 MemcacheContent in io.netty.handler.codec.memcache
Subinterfaces of MemcacheContent 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.Classes in io.netty.handler.codec.memcache that implement MemcacheContent Modifier and Type Class Description class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation.Methods in io.netty.handler.codec.memcache that return MemcacheContent Modifier and Type Method Description MemcacheContent
DefaultMemcacheContent. copy()
MemcacheContent
MemcacheContent. copy()
MemcacheContent
DefaultMemcacheContent. duplicate()
MemcacheContent
MemcacheContent. duplicate()
MemcacheContent
DefaultMemcacheContent. replace(ByteBuf content)
MemcacheContent
MemcacheContent. replace(ByteBuf content)
MemcacheContent
DefaultMemcacheContent. retain()
MemcacheContent
DefaultMemcacheContent. retain(int increment)
MemcacheContent
MemcacheContent. retain()
MemcacheContent
MemcacheContent. retain(int increment)
MemcacheContent
DefaultMemcacheContent. retainedDuplicate()
MemcacheContent
MemcacheContent. retainedDuplicate()
MemcacheContent
DefaultMemcacheContent. touch()
MemcacheContent
DefaultMemcacheContent. touch(java.lang.Object hint)
MemcacheContent
MemcacheContent. touch()
MemcacheContent
MemcacheContent. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.memcache with parameters of type MemcacheContent Modifier and Type Method Description protected boolean
AbstractMemcacheObjectAggregator. isLastContentMessage(MemcacheContent msg)
-
Uses of MemcacheContent in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheContent in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description 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 MemcacheContent Modifier and Type Class Description class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.
-