Uses of Interface
io.netty.handler.codec.memcache.LastMemcacheContent
Packages that use LastMemcacheContent
Package
Description
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of LastMemcacheContent in io.netty.handler.codec.memcache
Subinterfaces of LastMemcacheContent in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterfaceCombinesMemcacheMessageandLastMemcacheContentinto one message.Classes in io.netty.handler.codec.memcache that implement LastMemcacheContentFields in io.netty.handler.codec.memcache declared as LastMemcacheContentModifier and TypeFieldDescriptionstatic final LastMemcacheContentLastMemcacheContent.EMPTY_LAST_CONTENTMethods in io.netty.handler.codec.memcache that return LastMemcacheContentModifier and TypeMethodDescriptionDefaultLastMemcacheContent.copy()LastMemcacheContent.copy()DefaultLastMemcacheContent.duplicate()LastMemcacheContent.duplicate()DefaultLastMemcacheContent.retain()DefaultLastMemcacheContent.retain(int increment) LastMemcacheContent.retain()LastMemcacheContent.retain(int increment) DefaultLastMemcacheContent.retainedDuplicate()LastMemcacheContent.retainedDuplicate()DefaultLastMemcacheContent.touch()LastMemcacheContent.touch() -
Uses of LastMemcacheContent in io.netty.handler.codec.memcache.binary
Subinterfaces of LastMemcacheContent 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 LastMemcacheContentModifier and TypeClassDescriptionclassThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse.