final class jdk.internal.net.http.websocket.StatusCodes
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.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 // jdk.internal.net.http.websocket.StatusCodes this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.net.http.websocket.StatusCodes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/websocket/StatusCodes;

  static boolean isLegalToSendFromClient(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int code
         0: .line 44
            iload 0 /* code */
            invokestatic jdk.internal.net.http.websocket.StatusCodes.isLegal:(I)Z
            ifne 2
         1: .line 45
            iconst_0
            ireturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            iload 0 /* code */
            sipush 4999
            if_icmple 4
         3: .line 49
            iconst_0
            ireturn
         4: .line 52
      StackMap locals:
      StackMap stack:
            iload 0 /* code */
            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: .line 61
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 63
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // int code
      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 // int code
         0: .line 68
            iload 0 /* code */
            invokestatic jdk.internal.net.http.websocket.StatusCodes.isLegal:(I)Z
            ifne 2
         1: .line 69
            iconst_0
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            iload 0 /* code */
            sipush 1010
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // int code
      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 // int code
         0: .line 77
            iload 0 /* code */
            sipush 1000
            if_icmplt 1
            iload 0 /* code */
            ldc 65535
            if_icmple 2
         1: .line 78
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            iload 0 /* code */
            sipush 1016
            if_icmplt 3
            iload 0 /* code */
            sipush 2999
            if_icmple 4
      StackMap locals:
      StackMap stack:
         3: iload 0 /* code */
            sipush 1004
            if_icmpne 5
         4: .line 83
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 87
      StackMap locals:
      StackMap stack:
            iload 0 /* code */
            lookupswitch { // 3
                 1005: 6
                 1006: 6
                 1015: 6
              default: 7
          }
         6: .line 91
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 93
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // int code
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  code  I
    MethodParameters:
      Name  Flags
      code  
}
SourceFile: "StatusCodes.java"