Uses of Class
io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
Packages that use AbstractMemcacheObjectAggregator Package Description io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol. -
-
Uses of AbstractMemcacheObjectAggregator in io.netty.handler.codec.memcache.binary
Subclasses of AbstractMemcacheObjectAggregator in io.netty.handler.codec.memcache.binary Modifier and Type Class Description class
BinaryMemcacheObjectAggregator
An object aggregator for the memcache binary protocol.
-