| Modifier and Type | Method and Description |
|---|---|
static FluentProxyBuilder |
FluentProxyBuilder.newProxy()
The
<proxy> element contains
informations required to a proxy settings. |
FluentProxyBuilder |
FluentProxyBuilder.notActive()
Make this proxy configuration not active.
|
FluentProxyBuilder |
FluentProxyBuilder.withHost(java.lang.String host)
Set the proxy host.
|
FluentProxyBuilder |
FluentProxyBuilder.withId(java.lang.String id)
Set the id field.
|
FluentProxyBuilder |
FluentProxyBuilder.withNonProxyHosts(java.lang.String nonProxyHosts)
Set the list of non-proxied hosts (delimited by |).
|
FluentProxyBuilder |
FluentProxyBuilder.withPassword(java.lang.String password)
Set the proxy password.
|
FluentProxyBuilder |
FluentProxyBuilder.withPort(int port)
Set the proxy port.
|
FluentProxyBuilder |
FluentProxyBuilder.withProtocol(java.lang.String protocol)
Set the proxy protocol.
|
FluentProxyBuilder |
FluentProxyBuilder.withUsername(java.lang.String username)
Set the proxy user.
|
| Modifier and Type | Method and Description |
|---|---|
FluentSettingsBuilder |
FluentSettingsBuilder.withProxy(FluentProxyBuilder proxy) |
Copyright © 2014 Yandex. All Rights Reserved.