public enum HttpComplianceSection extends java.lang.Enum<HttpComplianceSection>
Enum Constant and Description |
---|
CASE_INSENSITIVE_FIELD_VALUE_CACHE |
FIELD_COLON |
FIELD_NAME_CASE_INSENSITIVE |
METHOD_CASE_SENSITIVE |
MULTIPLE_CONTENT_LENGTHS |
NO_FIELD_FOLDING |
NO_HTTP_0_9 |
NO_WS_AFTER_FIELD_NAME |
TRANSFER_ENCODING_WITH_CONTENT_LENGTH |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getURL() |
static HttpComplianceSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpComplianceSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpComplianceSection CASE_INSENSITIVE_FIELD_VALUE_CACHE
public static final HttpComplianceSection METHOD_CASE_SENSITIVE
public static final HttpComplianceSection FIELD_COLON
public static final HttpComplianceSection FIELD_NAME_CASE_INSENSITIVE
public static final HttpComplianceSection NO_WS_AFTER_FIELD_NAME
public static final HttpComplianceSection NO_FIELD_FOLDING
public static final HttpComplianceSection NO_HTTP_0_9
public static final HttpComplianceSection TRANSFER_ENCODING_WITH_CONTENT_LENGTH
public static final HttpComplianceSection MULTIPLE_CONTENT_LENGTHS
public static HttpComplianceSection[] values()
for (HttpComplianceSection c : HttpComplianceSection.values()) System.out.println(c);
public static HttpComplianceSection valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getURL()
public java.lang.String getDescription()
Copyright © 1995–2023 Webtide. All rights reserved.