| Package | Description |
|---|---|
| com.helger.network.proxy.config |
| Modifier and Type | Method and Description |
|---|---|
static EHttpProxyType |
EHttpProxyType.getFromIDOrNull(String sID) |
static EHttpProxyType |
EHttpProxyType.getFromURLProtocolOrDefault(com.helger.commons.url.IURLProtocol aURLProtocol,
EHttpProxyType eDefault) |
EHttpProxyType |
HttpProxyAuthenticator.getProxyType() |
EHttpProxyType |
HttpProxyConfig.getType() |
static EHttpProxyType |
EHttpProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EHttpProxyType[] |
EHttpProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EHttpProxyType |
EHttpProxyType.getFromURLProtocolOrDefault(com.helger.commons.url.IURLProtocol aURLProtocol,
EHttpProxyType eDefault) |
| Constructor and Description |
|---|
HttpProxyAuthenticator(EHttpProxyType eProxyType) |
HttpProxyConfig(EHttpProxyType eProxyType,
String sHost,
int nPort) |
HttpProxyConfig(EHttpProxyType eProxyType,
String sHost,
int nPort,
List<String> aNonProxyHosts) |
HttpProxyConfig(EHttpProxyType eProxyType,
String sHost,
int nPort,
String sUserName,
String sPassword,
List<String> aNonProxyHosts) |
Copyright © 2016–2019 Philip Helger. All rights reserved.