Uses of Interface
io.netty.handler.codec.redis.BulkStringRedisContent
Packages that use BulkStringRedisContent
-
Uses of BulkStringRedisContent in io.netty.handler.codec.redis
Subinterfaces of BulkStringRedisContent in io.netty.handler.codec.redisModifier and TypeInterfaceDescriptioninterface
A last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement BulkStringRedisContentModifier and TypeClassDescriptionclass
A default implementation ofBulkStringRedisContent
.final class
A default implementation forLastBulkStringRedisContent
.class
An aggregated bulk string of RESP.Methods in io.netty.handler.codec.redis that return BulkStringRedisContentModifier and TypeMethodDescriptionBulkStringRedisContent.copy()
DefaultBulkStringRedisContent.copy()
BulkStringRedisContent.duplicate()
DefaultBulkStringRedisContent.duplicate()
BulkStringRedisContent.retain()
BulkStringRedisContent.retain
(int increment) DefaultBulkStringRedisContent.retain()
DefaultBulkStringRedisContent.retain
(int increment) BulkStringRedisContent.retainedDuplicate()
DefaultBulkStringRedisContent.retainedDuplicate()
BulkStringRedisContent.touch()
DefaultBulkStringRedisContent.touch()
Methods in io.netty.handler.codec.redis with parameters of type BulkStringRedisContentModifier and TypeMethodDescriptionprotected boolean
RedisBulkStringAggregator.isLastContentMessage
(BulkStringRedisContent msg) private static void
RedisEncoder.writeBulkStringContent
(ByteBufAllocator allocator, BulkStringRedisContent msg, List<Object> out)