final class jdk.incubator.http.internal.websocket.StatusCodes
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.incubator.http.internal.websocket.StatusCodes
super_class: java.lang.Object
{
static final int PROTOCOL_ERROR;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1002
static final int NO_STATUS_CODE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1005
static final int CLOSED_ABNORMALLY;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1006
static final int NOT_CONSISTENT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1007
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
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/incubator/http/internal/websocket/StatusCodes;
static boolean isLegalToSendFromClient(int);
descriptor: (I)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
invokestatic jdk.incubator.http.internal.websocket.StatusCodes.isLegal:(I)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 0
sipush 4999
if_icmple 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iload 0
tableswitch { // 1002 - 1014
1002: 5
1003: 5
1004: 6
1005: 6
1006: 6
1007: 5
1008: 6
1009: 5
1010: 5
1011: 6
1012: 5
1013: 5
1014: 5
default: 6
}
5: StackMap locals:
StackMap stack:
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 code I
MethodParameters:
Name Flags
code
static boolean isLegalToReceiveFromServer(int);
descriptor: (I)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
invokestatic jdk.incubator.http.internal.websocket.StatusCodes.isLegal:(I)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 0
sipush 1010
if_icmpeq 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 code I
MethodParameters:
Name Flags
code
private static boolean isLegal(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
sipush 1000
if_icmplt 1
iload 0
ldc 65535
if_icmple 2
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 0
sipush 1016
if_icmplt 3
iload 0
sipush 2999
if_icmple 4
StackMap locals:
StackMap stack:
3: iload 0
sipush 1004
if_icmpne 5
4: StackMap locals:
StackMap stack:
iconst_0
ireturn
5: StackMap locals:
StackMap stack:
iload 0
lookupswitch { // 3
1005: 6
1006: 6
1015: 6
default: 7
}
6: StackMap locals:
StackMap stack:
iconst_0
ireturn
7: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 code I
MethodParameters:
Name Flags
code
}
SourceFile: "StatusCodes.java"