@Immutable public class UseSystemProxyConfig extends Object implements IProxyConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSPROP_JAVA_NET_USE_SYSTEM_PROXIES |
| Constructor and Description |
|---|
UseSystemProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateGlobally()
Activate this proxy configuration.
|
static void |
activateGloballyStatic() |
static void |
deactivateGlobally() |
boolean |
equals(Object o) |
Proxy |
getAsProxy() |
int |
hashCode() |
boolean |
isUseSystemProxies() |
String |
toString() |
public static final String SYSPROP_JAVA_NET_USE_SYSTEM_PROXIES
public boolean isUseSystemProxies()
public void activateGlobally()
IProxyConfigactivateGlobally in interface IProxyConfigpublic static void activateGloballyStatic()
public static void deactivateGlobally()
@Nullable public Proxy getAsProxy()
getAsProxy in interface IProxyConfigProxy object.
May be null if no adequate object can be created.Copyright © 2016–2019 Philip Helger. All rights reserved.