public static class ProxyHelper.ProxyHelperBuilder extends Object
| Constructor and Description |
|---|
ProxyHelperBuilder()
public default constructor to enable builder-inheritance
|
| Modifier and Type | Method and Description |
|---|---|
ProxyHelper.ProxyHelperBuilder |
systemProxyPort(int systemProxyPort)
sets the proxy port
|
ProxyHelper.ProxyHelperBuilder |
systemProxyPort(String systemProxyPort)
will parse the given string to the desired port
|
public ProxyHelperBuilder()
public ProxyHelper.ProxyHelperBuilder systemProxyPort(int systemProxyPort)
public ProxyHelper.ProxyHelperBuilder systemProxyPort(String systemProxyPort)
systemProxyPort - the port as stringIllegalArgumentException - if the port is empty or does not match a valid numberCopyright © 2020. All rights reserved.