Class ProxyHelper.ProxyHelperBuilder
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.client.http.ProxyHelper.ProxyHelperBuilder
-
- Enclosing class:
- ProxyHelper
public static class ProxyHelper.ProxyHelperBuilder extends Object
overriding lombok builder class
-
-
Constructor Summary
Constructors Constructor Description ProxyHelperBuilder()public default constructor to enable builder-inheritance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyHelper.ProxyHelperBuildersystemProxyPort(int systemProxyPort)sets the proxy portProxyHelper.ProxyHelperBuildersystemProxyPort(String systemProxyPort)will parse the given string to the desired port
-
-
-
Method Detail
-
systemProxyPort
public ProxyHelper.ProxyHelperBuilder systemProxyPort(int systemProxyPort)
sets the proxy port
-
systemProxyPort
public ProxyHelper.ProxyHelperBuilder systemProxyPort(String systemProxyPort)
will parse the given string to the desired port- Parameters:
systemProxyPort- the port as string- Throws:
IllegalArgumentException- if the port is empty or does not match a valid number
-
-