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 interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceLastMemcacheContentTheMemcacheContentwhich signals the end of the content batch.Classes in io.netty.handler.codec.memcache that implement MemcacheContent Modifier and Type Class Description classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation.Methods in io.netty.handler.codec.memcache that return MemcacheContent Modifier and Type Method Description MemcacheContentDefaultMemcacheContent. copy()MemcacheContentMemcacheContent. copy()MemcacheContentDefaultMemcacheContent. duplicate()MemcacheContentMemcacheContent. duplicate()MemcacheContentDefaultMemcacheContent. replace(ByteBuf content)MemcacheContentMemcacheContent. replace(ByteBuf content)MemcacheContentDefaultMemcacheContent. retain()MemcacheContentDefaultMemcacheContent. retain(int increment)MemcacheContentMemcacheContent. retain()MemcacheContentMemcacheContent. retain(int increment)MemcacheContentDefaultMemcacheContent. retainedDuplicate()MemcacheContentMemcacheContent. retainedDuplicate()MemcacheContentDefaultMemcacheContent. touch()MemcacheContentDefaultMemcacheContent. touch(java.lang.Object hint)MemcacheContentMemcacheContent. touch()MemcacheContentMemcacheContent. touch(java.lang.Object hint)Methods in io.netty.handler.codec.memcache with parameters of type MemcacheContent Modifier and Type Method Description protected booleanAbstractMemcacheObjectAggregator. 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 interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheContent Modifier and Type Class Description classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse.
-