Class ProxyHelper.ProxyHelperBuilder
java.lang.Object
de.captaingoldfish.scim.sdk.client.http.ProxyHelper.ProxyHelperBuilder
- Enclosing class:
- ProxyHelper
overriding lombok builder class
-
Constructor Summary
ConstructorsConstructorDescriptionpublic default constructor to enable builder-inheritance -
Method Summary
Modifier and TypeMethodDescriptionbuild()systemProxyHost(String systemProxyHost) the host under which the proxy can be reachedsystemProxyPassword(String systemProxyPassword) optional proxy password in case of proxy authenticationsystemProxyPort(int systemProxyPort) sets the proxy portsystemProxyPort(String systemProxyPort) will parse the given string to the desired portsystemProxyUsername(String systemProxyUsername) optional proxy username in case of proxy authenticationtoString()
-
Constructor Details
-
ProxyHelperBuilder
public ProxyHelperBuilder()public default constructor to enable builder-inheritance
-
-
Method Details
-
systemProxyPort
sets the proxy port -
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
-
systemProxyHost
the host under which the proxy can be reached- Returns:
this.
-
systemProxyUsername
optional proxy username in case of proxy authentication- Returns:
this.
-
systemProxyPassword
optional proxy password in case of proxy authentication- Returns:
this.
-
build
-
toString
-