Uses of Interface
io.netty.handler.codec.memcache.MemcacheContent
Packages that use MemcacheContent
Package
Description
Common superset of ascii and binary classes.
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.memcacheModifier and TypeInterfaceDescriptioninterfaceCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceTheMemcacheContentwhich signals the end of the content batch.Classes in io.netty.handler.codec.memcache that implement MemcacheContentModifier and TypeClassDescriptionclassThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation.Methods in io.netty.handler.codec.memcache that return MemcacheContentModifier and TypeMethodDescriptionDefaultMemcacheContent.copy()MemcacheContent.copy()DefaultMemcacheContent.duplicate()MemcacheContent.duplicate()DefaultMemcacheContent.retain()DefaultMemcacheContent.retain(int increment) MemcacheContent.retain()MemcacheContent.retain(int increment) DefaultMemcacheContent.retainedDuplicate()MemcacheContent.retainedDuplicate()DefaultMemcacheContent.touch()MemcacheContent.touch()Methods in io.netty.handler.codec.memcache with parameters of type MemcacheContentModifier and TypeMethodDescriptionprotected booleanAbstractMemcacheObjectAggregator.isLastContentMessage(MemcacheContent msg) -
Uses of MemcacheContent in io.netty.handler.codec.memcache.binary
Subinterfaces of MemcacheContent in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceABinaryMemcacheRequestthat also includes the content.interfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement MemcacheContentModifier and TypeClassDescriptionclassThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse.