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 TypeInterfaceDescriptioninterfaceA last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement BulkStringRedisContentModifier and TypeClassDescriptionclassA default implementation ofBulkStringRedisContent.final classA default implementation forLastBulkStringRedisContent.classAn aggregated bulk string of RESP.Subclasses with type arguments of type BulkStringRedisContent in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal classAChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents.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 booleanRedisBulkStringAggregator.isLastContentMessage(BulkStringRedisContent msg)