Uses of Interface
io.netty.handler.codec.redis.LastBulkStringRedisContent
Packages that use LastBulkStringRedisContent
-
Uses of LastBulkStringRedisContent in io.netty.handler.codec.redis
Classes in io.netty.handler.codec.redis that implement LastBulkStringRedisContentModifier and TypeClassDescriptionfinal class
A default implementation forLastBulkStringRedisContent
.class
An aggregated bulk string of RESP.Fields in io.netty.handler.codec.redis declared as LastBulkStringRedisContentModifier and TypeFieldDescriptionstatic final LastBulkStringRedisContent
LastBulkStringRedisContent.EMPTY_LAST_CONTENT
The 'end of content' marker in chunked encoding.Methods in io.netty.handler.codec.redis that return LastBulkStringRedisContentModifier and TypeMethodDescriptionDefaultLastBulkStringRedisContent.copy()
LastBulkStringRedisContent.copy()
DefaultLastBulkStringRedisContent.duplicate()
LastBulkStringRedisContent.duplicate()
DefaultLastBulkStringRedisContent.retain()
DefaultLastBulkStringRedisContent.retain
(int increment) LastBulkStringRedisContent.retain()
LastBulkStringRedisContent.retain
(int increment) DefaultLastBulkStringRedisContent.retainedDuplicate()
LastBulkStringRedisContent.retainedDuplicate()
DefaultLastBulkStringRedisContent.touch()
LastBulkStringRedisContent.touch()