Uses of Interface
io.netty.handler.codec.memcache.FullMemcacheMessage
-
Packages that use FullMemcacheMessage 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 FullMemcacheMessage in io.netty.handler.codec.memcache
Methods in io.netty.handler.codec.memcache that return FullMemcacheMessage Modifier and Type Method Description FullMemcacheMessage
FullMemcacheMessage. copy()
FullMemcacheMessage
FullMemcacheMessage. duplicate()
FullMemcacheMessage
FullMemcacheMessage. replace(ByteBuf content)
FullMemcacheMessage
FullMemcacheMessage. retain()
FullMemcacheMessage
FullMemcacheMessage. retain(int increment)
FullMemcacheMessage
FullMemcacheMessage. retainedDuplicate()
FullMemcacheMessage
FullMemcacheMessage. touch()
FullMemcacheMessage
FullMemcacheMessage. touch(java.lang.Object hint)
-
Uses of FullMemcacheMessage in io.netty.handler.codec.memcache.binary
Subinterfaces of FullMemcacheMessage 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 FullMemcacheMessage Modifier and Type Class Description class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return FullMemcacheMessage Modifier and Type Method Description protected FullMemcacheMessage
BinaryMemcacheObjectAggregator. beginAggregation(BinaryMemcacheMessage start, ByteBuf content)
-