Uses of Interface
io.netty.handler.codec.redis.RedisMessage
-
Packages that use RedisMessage Package Description io.netty.handler.codec.redis Encoder, decoder for Redis. -
-
Uses of RedisMessage in io.netty.handler.codec.redis
Subinterfaces of RedisMessage in io.netty.handler.codec.redis Modifier and Type Interface Description interfaceBulkStringRedisContentA chunk of bulk strings which is used for Redis chunked transfer-encoding.interfaceLastBulkStringRedisContentA last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement RedisMessage Modifier and Type Class Description classAbstractStringRedisMessageAbstract class for Simple Strings or Errors.classArrayHeaderRedisMessageHeader of Redis Array Message.classArrayRedisMessageArrays of RESP.classBulkStringHeaderRedisMessageThe header of Bulk Strings in RESP.classDefaultBulkStringRedisContentA default implementation ofBulkStringRedisContent.classDefaultLastBulkStringRedisContentA default implementation forLastBulkStringRedisContent.classErrorRedisMessageErrors of RESP.classFullBulkStringRedisMessageAn aggregated bulk string of RESP.classInlineCommandRedisMessageInline commands of RESP.classIntegerRedisMessageIntegers of RESP.classSimpleStringRedisMessageSimple Strings of RESP.Methods in io.netty.handler.codec.redis that return types with arguments of type RedisMessage Modifier and Type Method Description java.util.List<RedisMessage>ArrayRedisMessage. children()Get children of this Arrays.Methods in io.netty.handler.codec.redis with parameters of type RedisMessage Modifier and Type Method Description protected voidRedisArrayAggregator. decode(ChannelHandlerContext ctx, RedisMessage msg, java.util.List<java.lang.Object> out)protected voidRedisEncoder. encode(ChannelHandlerContext ctx, RedisMessage msg, java.util.List<java.lang.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 RedisMessage Constructor Description ArrayRedisMessage(java.util.List<RedisMessage> children)Creates aArrayRedisMessagefor the givencontent.
-