Uses of Interface
io.netty.handler.codec.redis.RedisMessage
Packages that use RedisMessage
-
Uses of RedisMessage in io.netty.handler.codec.redis
Subinterfaces of RedisMessage in io.netty.handler.codec.redisModifier and TypeInterfaceDescriptioninterfaceA chunk of bulk strings which is used for Redis chunked transfer-encoding.interfaceA last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement RedisMessageModifier and TypeClassDescriptionclassAbstract class for Simple Strings or Errors.classHeader of Redis Array Message.classArrays of RESP.classThe header of Bulk Strings in RESP.classA default implementation ofBulkStringRedisContent.final classA default implementation forLastBulkStringRedisContent.final classErrors of RESP.classAn aggregated bulk string of RESP.final classInline commands of RESP.final classIntegers of RESP.final classSimple Strings of RESP.Subclasses with type arguments of type RedisMessage in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal classAggregatesRedisMessageparts intoArrayRedisMessage.final classAChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents.classEncodesRedisMessageinto bytes following RESP (REdis Serialization Protocol).Methods in io.netty.handler.codec.redis that return types with arguments of type RedisMessageModifier and TypeMethodDescriptionfinal List<RedisMessage> ArrayRedisMessage.children()Get children of this Arrays.Methods in io.netty.handler.codec.redis with parameters of type RedisMessageModifier and TypeMethodDescriptionprotected voidRedisArrayAggregator.decode(ChannelHandlerContext ctx, RedisMessage msg, List<Object> out) protected voidRedisEncoder.encode(ChannelHandlerContext ctx, RedisMessage msg, List<Object> out) protected booleanRedisBulkStringAggregator.isAggregated(RedisMessage msg) protected booleanRedisBulkStringAggregator.isContentMessage(RedisMessage msg) protected booleanRedisBulkStringAggregator.isStartMessage(RedisMessage msg) Constructor parameters in io.netty.handler.codec.redis with type arguments of type RedisMessageModifierConstructorDescriptionArrayRedisMessage(List<RedisMessage> children) Creates aArrayRedisMessagefor the givencontent.