Uses of Interface
io.netty.handler.codec.memcache.LastMemcacheContent
- 
Packages that use LastMemcacheContent 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 LastMemcacheContent in io.netty.handler.codec.memcacheSubinterfaces of LastMemcacheContent in io.netty.handler.codec.memcache Modifier and Type Interface Description interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.Classes in io.netty.handler.codec.memcache that implement LastMemcacheContent Modifier and Type Class Description classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.Fields in io.netty.handler.codec.memcache declared as LastMemcacheContent Modifier and Type Field Description static LastMemcacheContentLastMemcacheContent. EMPTY_LAST_CONTENTMethods in io.netty.handler.codec.memcache that return LastMemcacheContent Modifier and Type Method Description LastMemcacheContentDefaultLastMemcacheContent. copy()LastMemcacheContentLastMemcacheContent. copy()LastMemcacheContentDefaultLastMemcacheContent. duplicate()LastMemcacheContentLastMemcacheContent. duplicate()LastMemcacheContentDefaultLastMemcacheContent. replace(ByteBuf content)LastMemcacheContentLastMemcacheContent. replace(ByteBuf content)LastMemcacheContentDefaultLastMemcacheContent. retain()LastMemcacheContentDefaultLastMemcacheContent. retain(int increment)LastMemcacheContentLastMemcacheContent. retain()LastMemcacheContentLastMemcacheContent. retain(int increment)LastMemcacheContentDefaultLastMemcacheContent. retainedDuplicate()LastMemcacheContentLastMemcacheContent. retainedDuplicate()LastMemcacheContentDefaultLastMemcacheContent. touch()LastMemcacheContentDefaultLastMemcacheContent. touch(java.lang.Object hint)LastMemcacheContentLastMemcacheContent. touch()LastMemcacheContentLastMemcacheContent. touch(java.lang.Object hint)
- 
Uses of LastMemcacheContent in io.netty.handler.codec.memcache.binarySubinterfaces of LastMemcacheContent 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 LastMemcacheContent Modifier and Type Class Description classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.
 
-