final class io.netty.handler.codec.redis.RedisConstants
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.redis.RedisConstants
super_class: java.lang.Object
{
static final int TYPE_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1
static final int EOL_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int NULL_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int NULL_VALUE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -1
static final int REDIS_MESSAGE_MAX_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 536870912
static final int REDIS_INLINE_MESSAGE_MAX_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 65536
static final int POSITIVE_LONG_MAX_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 19
static final int LONG_MAX_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 20
static final short NULL_SHORT;
descriptor: S
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final short EOL_SHORT;
descriptor: S
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: bipush 45
bipush 49
invokestatic io.netty.handler.codec.redis.RedisCodecUtil.makeShort:(CC)S
putstatic io.netty.handler.codec.redis.RedisConstants.NULL_SHORT:S
1: bipush 13
bipush 10
invokestatic io.netty.handler.codec.redis.RedisCodecUtil.makeShort:(CC)S
putstatic io.netty.handler.codec.redis.RedisConstants.EOL_SHORT:S
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/RedisConstants;
}
SourceFile: "RedisConstants.java"