public final class ProxyAutoConfigHelper extends Object
| Constructor and Description |
|---|
ProxyAutoConfigHelper(com.helger.commons.io.resource.IReadableResource aPACRes) |
ProxyAutoConfigHelper(String sPACCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
findProxyForURL(String sURL,
String sHost) |
com.helger.commons.collection.impl.ICommonsList<IProxySettings> |
getProxyListForURL(String sURL,
String sHost) |
com.helger.commons.collection.impl.ICommonsList<IProxySettings> |
getProxyListForURL(URI aURI) |
public ProxyAutoConfigHelper(@Nonnull com.helger.commons.io.resource.IReadableResource aPACRes) throws ScriptException
ScriptExceptionpublic ProxyAutoConfigHelper(@Nonnull String sPACCode) throws ScriptException
ScriptException@Nullable public String findProxyForURL(@Nonnull String sURL, @Nonnull String sHost) throws ScriptException
ScriptException@Nonnull public com.helger.commons.collection.impl.ICommonsList<IProxySettings> getProxyListForURL(@Nonnull URI aURI) throws ScriptException
ScriptException@Nonnull public com.helger.commons.collection.impl.ICommonsList<IProxySettings> getProxyListForURL(@Nonnull String sURL, @Nonnull String sHost) throws ScriptException
ScriptExceptionCopyright © 2016–2019 Philip Helger. All rights reserved.