| Package | Description |
|---|---|
| com.helger.network.proxy.autoconf | |
| com.helger.network.proxy.settings |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<IProxySettings> |
ProxyAutoConfigHelper.getProxyListForURL(String sURL,
String sHost) |
com.helger.commons.collection.impl.ICommonsList<IProxySettings> |
ProxyAutoConfigHelper.getProxyListForURL(URI aURI) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxySettings
Immutable default implementation of
IProxySettings |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsOrderedSet<IProxySettings> |
ProxySettingsManager.findAllProxySettings(String sProtocol,
String sHostName,
int nPort)
Find all proxy settings matching the provided parameters.
|
static com.helger.commons.collection.impl.ICommonsOrderedSet<IProxySettings> |
ProxySettingsManager.findAllProxySettings(URI aURI)
Find all proxy settings matching the provided parameters.
|
com.helger.commons.collection.impl.ICommonsList<IProxySettings> |
IProxySettingsProvider.getAllProxySettings(String sProtocol,
String sHostName,
int nPort) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IProxySettingsProvider.onConnectionFailed(IProxySettings aProxySettings,
URI aURI,
SocketAddress aAddr,
IOException ex)
Invoked if the connection to a proxy server failed.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.