public enum ProxyPropertyKey extends Enum<ProxyPropertyKey>
ProxyPropertyKey holds system property keys for proxies.| Enum Constant and Description |
|---|
FTP_NON_PROXY_HOSTS |
FTP_PROXY_HOST |
FTP_PROXY_PORT |
HTTP_NON_PROXY_HOSTS |
HTTP_PROXY_HOST |
HTTP_PROXY_PORT |
SOCKS_PROXY_HOST |
SOCKS_PROXY_PORT |
| Modifier and Type | Method and Description |
|---|---|
static ProxyPropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyPropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyPropertyKey HTTP_PROXY_HOST
public static final ProxyPropertyKey HTTP_PROXY_PORT
public static final ProxyPropertyKey HTTP_NON_PROXY_HOSTS
public static final ProxyPropertyKey SOCKS_PROXY_HOST
public static final ProxyPropertyKey SOCKS_PROXY_PORT
public static final ProxyPropertyKey FTP_PROXY_HOST
public static final ProxyPropertyKey FTP_PROXY_PORT
public static final ProxyPropertyKey FTP_NON_PROXY_HOSTS
public static ProxyPropertyKey[] values()
for (ProxyPropertyKey c : ProxyPropertyKey.values()) System.out.println(c);
public static ProxyPropertyKey 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 © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.