Uses of Class
io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
Packages that use BulkStringHeaderRedisMessage
-
Uses of BulkStringHeaderRedisMessage in io.netty.handler.codec.redis
Subclasses with type arguments of type BulkStringHeaderRedisMessage 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 with parameters of type BulkStringHeaderRedisMessageModifier and TypeMethodDescriptionprotected FullBulkStringRedisMessageRedisBulkStringAggregator.beginAggregation(BulkStringHeaderRedisMessage start, ByteBuf content) protected booleanRedisBulkStringAggregator.isContentLengthInvalid(BulkStringHeaderRedisMessage start, int maxContentLength) protected ObjectRedisBulkStringAggregator.newContinueResponse(BulkStringHeaderRedisMessage start, int maxContentLength, ChannelPipeline pipeline)