public enum HttpComplianceSection extends java.lang.Enum<HttpComplianceSection>
| Enum Constant | Description |
|---|---|
CASE_INSENSITIVE_FIELD_VALUE_CACHE |
|
FIELD_COLON |
|
FIELD_NAME_CASE_INSENSITIVE |
|
METHOD_CASE_SENSITIVE |
|
NO_FIELD_FOLDING |
|
NO_HTTP_0_9 |
|
NO_WS_AFTER_FIELD_NAME |
| Modifier and Type | Method | 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 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–2018 Webtide. All rights reserved.