Serializable, Comparable<ProxySearch.Strategy>public static enum ProxySearch.Strategy extends Enum<ProxySearch.Strategy>
| Enum Constant | Description |
|---|---|
BROWSER |
|
ENV_VAR |
|
FIREFOX |
|
GNOME |
|
IE |
|
JAVA |
|
KDE |
|
OS_DEFAULT |
|
WIN |
|
WPAD |
| Modifier and Type | Method | Description |
|---|---|---|
static ProxySearch.Strategy |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ProxySearch.Strategy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxySearch.Strategy OS_DEFAULT
public static final ProxySearch.Strategy WPAD
public static final ProxySearch.Strategy BROWSER
public static final ProxySearch.Strategy FIREFOX
public static final ProxySearch.Strategy IE
public static final ProxySearch.Strategy ENV_VAR
public static final ProxySearch.Strategy WIN
public static final ProxySearch.Strategy KDE
public static final ProxySearch.Strategy GNOME
public static final ProxySearch.Strategy JAVA
public static ProxySearch.Strategy[] values()
for (ProxySearch.Strategy c : ProxySearch.Strategy.values()) System.out.println(c);
public static ProxySearch.Strategy 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 © 2019. All rights reserved.