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.memcacheMethods in io.netty.handler.codec.memcache that return FullMemcacheMessage Modifier and Type Method Description FullMemcacheMessageFullMemcacheMessage. copy()FullMemcacheMessageFullMemcacheMessage. duplicate()FullMemcacheMessageFullMemcacheMessage. replace(ByteBuf content)FullMemcacheMessageFullMemcacheMessage. retain()FullMemcacheMessageFullMemcacheMessage. retain(int increment)FullMemcacheMessageFullMemcacheMessage. retainedDuplicate()FullMemcacheMessageFullMemcacheMessage. touch()FullMemcacheMessageFullMemcacheMessage. touch(java.lang.Object hint)
- 
Uses of FullMemcacheMessage in io.netty.handler.codec.memcache.binarySubinterfaces of FullMemcacheMessage in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement FullMemcacheMessage Modifier and Type Class Description classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.Methods in io.netty.handler.codec.memcache.binary that return FullMemcacheMessage Modifier and Type Method Description protected FullMemcacheMessageBinaryMemcacheObjectAggregator. beginAggregation(BinaryMemcacheMessage start, ByteBuf content)
 
-