Package io.netty.handler.codec.redis
Class RedisConstants
- java.lang.Object
-
- io.netty.handler.codec.redis.RedisConstants
-
final class RedisConstants extends java.lang.Object
Constant values for Redis encoder/decoder.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
EOL_LENGTH
(package private) static short
EOL_SHORT
(package private) static int
LONG_MAX_LENGTH
(package private) static int
NULL_LENGTH
(package private) static short
NULL_SHORT
(package private) static int
NULL_VALUE
(package private) static int
POSITIVE_LONG_MAX_LENGTH
(package private) static int
REDIS_INLINE_MESSAGE_MAX_LENGTH
(package private) static int
REDIS_MESSAGE_MAX_LENGTH
(package private) static int
TYPE_LENGTH
-
Constructor Summary
Constructors Modifier Constructor Description private
RedisConstants()
-
-
-
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
-
-