Uses of Class
de.captaingoldfish.scim.sdk.client.http.ProxyHelper.ProxyHelperBuilder
Packages that use ProxyHelper.ProxyHelperBuilder
-
Uses of ProxyHelper.ProxyHelperBuilder in de.captaingoldfish.scim.sdk.client.http
Methods in de.captaingoldfish.scim.sdk.client.http that return ProxyHelper.ProxyHelperBuilderModifier and TypeMethodDescriptionProxyHelper.builder()ProxyHelper.ProxyHelperBuilder.systemProxyHost(String systemProxyHost) the host under which the proxy can be reachedProxyHelper.ProxyHelperBuilder.systemProxyPassword(String systemProxyPassword) optional proxy password in case of proxy authenticationProxyHelper.ProxyHelperBuilder.systemProxyPort(int systemProxyPort) sets the proxy portProxyHelper.ProxyHelperBuilder.systemProxyPort(String systemProxyPort) will parse the given string to the desired portProxyHelper.ProxyHelperBuilder.systemProxyUsername(String systemProxyUsername) optional proxy username in case of proxy authentication