Package | Description |
---|---|
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright © 2008–2024 The Netty Project. All rights reserved.