public static enum WebRequest.HttpHint extends Enum<WebRequest.HttpHint>
Enum Constant and Description |
---|
BlockCookies
Disable sending of stored cookies and receiving of new cookies.
|
IncludeCharsetInContentTypeHeader
Force to include the charset.
|
Modifier and Type | Method and Description |
---|---|
static WebRequest.HttpHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebRequest.HttpHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebRequest.HttpHint IncludeCharsetInContentTypeHeader
public static final WebRequest.HttpHint BlockCookies
public static WebRequest.HttpHint[] values()
for (WebRequest.HttpHint c : WebRequest.HttpHint.values()) System.out.println(c);
public static WebRequest.HttpHint 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 nullCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.