Uses of Interface
io.netty.handler.codec.redis.BulkStringRedisContent
-
Packages that use BulkStringRedisContent Package Description io.netty.handler.codec.redis Encoder, decoder for Redis. -
-
Uses of BulkStringRedisContent in io.netty.handler.codec.redis
Subinterfaces of BulkStringRedisContent in io.netty.handler.codec.redis Modifier and Type Interface Description interface
LastBulkStringRedisContent
A last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement BulkStringRedisContent Modifier and Type Class Description class
DefaultBulkStringRedisContent
A default implementation ofBulkStringRedisContent
.class
DefaultLastBulkStringRedisContent
A default implementation forLastBulkStringRedisContent
.class
FullBulkStringRedisMessage
An aggregated bulk string of RESP.Methods in io.netty.handler.codec.redis that return BulkStringRedisContent Modifier and Type Method Description BulkStringRedisContent
BulkStringRedisContent. copy()
BulkStringRedisContent
DefaultBulkStringRedisContent. copy()
BulkStringRedisContent
BulkStringRedisContent. duplicate()
BulkStringRedisContent
DefaultBulkStringRedisContent. duplicate()
BulkStringRedisContent
BulkStringRedisContent. replace(ByteBuf content)
BulkStringRedisContent
DefaultBulkStringRedisContent. replace(ByteBuf content)
BulkStringRedisContent
BulkStringRedisContent. retain()
BulkStringRedisContent
BulkStringRedisContent. retain(int increment)
BulkStringRedisContent
DefaultBulkStringRedisContent. retain()
BulkStringRedisContent
DefaultBulkStringRedisContent. retain(int increment)
BulkStringRedisContent
BulkStringRedisContent. retainedDuplicate()
BulkStringRedisContent
DefaultBulkStringRedisContent. retainedDuplicate()
BulkStringRedisContent
BulkStringRedisContent. touch()
BulkStringRedisContent
BulkStringRedisContent. touch(java.lang.Object hint)
BulkStringRedisContent
DefaultBulkStringRedisContent. touch()
BulkStringRedisContent
DefaultBulkStringRedisContent. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.redis with parameters of type BulkStringRedisContent Modifier and Type Method Description protected boolean
RedisBulkStringAggregator. isLastContentMessage(BulkStringRedisContent msg)
-