public static enum HttpText.Request extends Enum<HttpText.Request>
Enum Constant and Description |
---|
ALGORITHM
Algorithm.
|
AUTH_METHOD
Auth-method.
|
CNONCE
Cnonce .
|
FOLLOW_REDIRECT
Follow-redirect.
|
HREF
Href.
|
METHOD
Method.
|
NC
NC.
|
NONCE
Nonce.
|
OPAQUE
Opaque.
|
OVERRIDE_MEDIA_TYPE
Override-media-type.
|
PASSWORD
Password.
|
QOP
QOP.
|
REALM
Realm.
|
RESPONSE
Response.
|
SEND_AUTHORIZATION
Send-authorization.
|
STATUS_ONLY
Status-only.
|
TIMEOUT
Timeout.
|
URI
URI.
|
USERNAME
Username.
|
Modifier and Type | Field and Description |
---|---|
static HttpText.Request[] |
VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
static HttpText.Request |
get(String key)
Returns an enum for the specified string.
|
String |
toString() |
static HttpText.Request |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpText.Request[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpText.Request NC
public static final HttpText.Request QOP
public static final HttpText.Request URI
public static final HttpText.Request HREF
public static final HttpText.Request NONCE
public static final HttpText.Request REALM
public static final HttpText.Request OPAQUE
public static final HttpText.Request CNONCE
public static final HttpText.Request METHOD
public static final HttpText.Request TIMEOUT
public static final HttpText.Request RESPONSE
public static final HttpText.Request PASSWORD
public static final HttpText.Request USERNAME
public static final HttpText.Request ALGORITHM
public static final HttpText.Request AUTH_METHOD
public static final HttpText.Request STATUS_ONLY
public static final HttpText.Request FOLLOW_REDIRECT
public static final HttpText.Request SEND_AUTHORIZATION
public static final HttpText.Request OVERRIDE_MEDIA_TYPE
public static final HttpText.Request[] VALUES
public static HttpText.Request[] values()
for (HttpText.Request c : HttpText.Request.values()) System.out.println(c);
public static HttpText.Request valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static HttpText.Request get(String key)
key
- keypublic String toString()
toString
in class Enum<HttpText.Request>
Copyright © 2005–2015 BaseX Team. All rights reserved.