Package io.netty.handler.codec.redis
Class RedisConstants
- java.lang.Object
-
- io.netty.handler.codec.redis.RedisConstants
-
final class RedisConstants extends java.lang.ObjectConstant values for Redis encoder/decoder.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intEOL_LENGTH(package private) static shortEOL_SHORT(package private) static intLONG_MAX_LENGTH(package private) static intNULL_LENGTH(package private) static shortNULL_SHORT(package private) static intNULL_VALUE(package private) static intPOSITIVE_LONG_MAX_LENGTH(package private) static intREDIS_INLINE_MESSAGE_MAX_LENGTH(package private) static intREDIS_MESSAGE_MAX_LENGTH(package private) static intTYPE_LENGTH
-
Constructor Summary
Constructors Modifier Constructor Description privateRedisConstants()
-
-
-
Field Detail
-
TYPE_LENGTH
static final int TYPE_LENGTH
- See Also:
- Constant Field Values
-
EOL_LENGTH
static final int EOL_LENGTH
- See Also:
- Constant Field Values
-
NULL_LENGTH
static final int NULL_LENGTH
- See Also:
- Constant Field Values
-
NULL_VALUE
static final int NULL_VALUE
- See Also:
- Constant Field Values
-
REDIS_MESSAGE_MAX_LENGTH
static final int REDIS_MESSAGE_MAX_LENGTH
- See Also:
- Constant Field Values
-
REDIS_INLINE_MESSAGE_MAX_LENGTH
static final int REDIS_INLINE_MESSAGE_MAX_LENGTH
- See Also:
- Constant Field Values
-
POSITIVE_LONG_MAX_LENGTH
static final int POSITIVE_LONG_MAX_LENGTH
- See Also:
- Constant Field Values
-
LONG_MAX_LENGTH
static final int LONG_MAX_LENGTH
- See Also:
- Constant Field Values
-
NULL_SHORT
static final short NULL_SHORT
-
EOL_SHORT
static final short EOL_SHORT
-
-