Uses of Interface
io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
Packages that use FullBinaryMemcacheResponse
Package
Description
Implementations and Interfaces for the Memcache Binary protocol.
-
Uses of FullBinaryMemcacheResponse in io.netty.handler.codec.memcache.binary
Classes in io.netty.handler.codec.memcache.binary that implement FullBinaryMemcacheResponseModifier and TypeClassDescriptionclass
The default implementation of aFullBinaryMemcacheResponse
.Methods in io.netty.handler.codec.memcache.binary that return FullBinaryMemcacheResponseModifier and TypeMethodDescriptionDefaultFullBinaryMemcacheResponse.copy()
FullBinaryMemcacheResponse.copy()
DefaultFullBinaryMemcacheResponse.duplicate()
FullBinaryMemcacheResponse.duplicate()
private FullBinaryMemcacheResponse
DefaultFullBinaryMemcacheResponse.newInstance
(ByteBuf key, ByteBuf extras, ByteBuf content) DefaultFullBinaryMemcacheResponse.retain()
DefaultFullBinaryMemcacheResponse.retain
(int increment) FullBinaryMemcacheResponse.retain()
FullBinaryMemcacheResponse.retain
(int increment) DefaultFullBinaryMemcacheResponse.retainedDuplicate()
FullBinaryMemcacheResponse.retainedDuplicate()
private static FullBinaryMemcacheResponse
BinaryMemcacheObjectAggregator.toFullResponse
(BinaryMemcacheResponse response, ByteBuf content) DefaultFullBinaryMemcacheResponse.touch()
FullBinaryMemcacheResponse.touch()