static ProxyConfiguration.Builder |
ProxyConfiguration.builder() |
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.host(String host) |
Set the host running the proxy
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.password(String password) |
Set the password of the user in case of authenticated access
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.port(String port) |
Set the port to which the proxy listens
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.username(String username) |
Set the user in case of authenticated access
|