public final class org.eclipse.jetty.http.HttpCompliance$Violation extends java.lang.Enum<org.eclipse.jetty.http.HttpCompliance$Violation> implements org.eclipse.jetty.http.ComplianceViolation
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.eclipse.jetty.http.HttpCompliance$Violation
  super_class: java.lang.Enum
{
  public static final org.eclipse.jetty.http.HttpCompliance$Violation CASE_SENSITIVE_FIELD_NAME;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation CASE_INSENSITIVE_METHOD;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation HTTP_0_9;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation MULTILINE_FIELD_VALUE;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation MULTIPLE_CONTENT_LENGTHS;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation TRANSFER_ENCODING_WITH_CONTENT_LENGTH;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation WHITESPACE_AFTER_FIELD_NAME;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.eclipse.jetty.http.HttpCompliance$Violation NO_COLON_AFTER_FIELD_NAME;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.String url;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final org.eclipse.jetty.http.HttpCompliance$Violation[] ENUM$VALUES;
    descriptor: [Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 50
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "CASE_SENSITIVE_FIELD_NAME"
            iconst_0
            ldc "https://tools.ietf.org/html/rfc7230#section-3.2"
            ldc "Field name is case-insensitive"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         1: .line 51
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "CASE_INSENSITIVE_METHOD"
            iconst_1
            ldc "https://tools.ietf.org/html/rfc7230#section-3.1.1"
            ldc "Method is case-sensitive"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         2: .line 52
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "HTTP_0_9"
            iconst_2
            ldc "https://tools.ietf.org/html/rfc7230#appendix-A.2"
            ldc "HTTP/0.9 not supported"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         3: .line 53
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "MULTILINE_FIELD_VALUE"
            iconst_3
            ldc "https://tools.ietf.org/html/rfc7230#section-3.2.4"
            ldc "Line Folding not supported"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTILINE_FIELD_VALUE:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         4: .line 54
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "MULTIPLE_CONTENT_LENGTHS"
            iconst_4
            ldc "https://tools.ietf.org/html/rfc7230#section-3.3.1"
            ldc "Multiple Content-Lengths"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTIPLE_CONTENT_LENGTHS:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         5: .line 55
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "TRANSFER_ENCODING_WITH_CONTENT_LENGTH"
            iconst_5
            ldc "https://tools.ietf.org/html/rfc7230#section-3.3.1"
            ldc "Transfer-Encoding and Content-Length"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.TRANSFER_ENCODING_WITH_CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         6: .line 56
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "WHITESPACE_AFTER_FIELD_NAME"
            bipush 6
            ldc "https://tools.ietf.org/html/rfc7230#section-3.2.4"
            ldc "Whitespace not allowed after field name"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.WHITESPACE_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         7: .line 57
            new org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            ldc "NO_COLON_AFTER_FIELD_NAME"
            bipush 7
            ldc "https://tools.ietf.org/html/rfc7230#section-3.2"
            ldc "Fields must have a Colon"
            invokespecial org.eclipse.jetty.http.HttpCompliance$Violation.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
         8: .line 48
            bipush 8
            anewarray org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            iconst_0
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            iconst_1
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            iconst_2
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            iconst_3
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTILINE_FIELD_VALUE:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            iconst_4
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTIPLE_CONTENT_LENGTHS:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            iconst_5
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.TRANSFER_ENCODING_WITH_CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            bipush 6
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.WHITESPACE_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            dup
            bipush 7
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aastore
            putstatic org.eclipse.jetty.http.HttpCompliance$Violation.ENUM$VALUES:[Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
        start local 3 // java.lang.String url
        start local 4 // java.lang.String description
         0: .line 62
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 64
            aload 0 /* this */
            aload 3 /* url */
            putfield org.eclipse.jetty.http.HttpCompliance$Violation.url:Ljava/lang/String;
         2: .line 65
            aload 0 /* this */
            aload 4 /* description */
            putfield org.eclipse.jetty.http.HttpCompliance$Violation.description:Ljava/lang/String;
         3: .line 66
            return
        end local 4 // java.lang.String description
        end local 3 // java.lang.String url
        end local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            0    4     3          url  Ljava/lang/String;
            0    4     4  description  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      url            
      description    

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
         0: .line 71
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.name:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpCompliance$Violation;

  public java.lang.String getURL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpCompliance$Violation.url:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpCompliance$Violation;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpCompliance$Violation.description:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpCompliance$Violation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpCompliance$Violation;

  public static org.eclipse.jetty.http.HttpCompliance$Violation[] values();
    descriptor: ()[Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.ENUM$VALUES:[Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.eclipse.jetty.http.HttpCompliance$Violation
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.jetty.http.HttpCompliance$Violation valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.eclipse.jetty.http.HttpCompliance$Violation
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/eclipse/jetty/http/HttpCompliance$Violation;>;Lorg/eclipse/jetty/http/ComplianceViolation;
SourceFile: "HttpCompliance.java"
NestHost: org.eclipse.jetty.http.HttpCompliance
InnerClasses:
  public final Violation = org.eclipse.jetty.http.HttpCompliance$Violation of org.eclipse.jetty.http.HttpCompliance