Uses of Class
io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
Packages that use BulkStringHeaderRedisMessage
-
Uses of BulkStringHeaderRedisMessage in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis with parameters of type BulkStringHeaderRedisMessageModifier and TypeMethodDescriptionprotected FullBulkStringRedisMessage
RedisBulkStringAggregator.beginAggregation
(BulkStringHeaderRedisMessage start, ByteBuf content) protected boolean
RedisBulkStringAggregator.isContentLengthInvalid
(BulkStringHeaderRedisMessage start, int maxContentLength) protected Object
RedisBulkStringAggregator.newContinueResponse
(BulkStringHeaderRedisMessage start, int maxContentLength, ChannelPipeline pipeline) private void
RedisEncoder.writeBulkStringHeader
(ByteBufAllocator allocator, BulkStringHeaderRedisMessage msg, List<Object> out)