public final class ProxyConfiguration extends Object implements ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
NettyNioAsyncHttpClient. This class is used to configure an HTTP proxy to be used by
the NettyNioAsyncHttpClient.| Modifier and Type | Class and Description |
|---|---|
static interface |
ProxyConfiguration.Builder
Builder for
ProxyConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfiguration.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
host() |
Set<String> |
nonProxyHosts() |
String |
password() |
int |
port() |
String |
scheme() |
ProxyConfiguration.Builder |
toBuilder() |
String |
username() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopypublic static ProxyConfiguration.Builder builder()
public String scheme()
public String host()
public int port()
public String username()
public String password()
public Set<String> nonProxyHosts()
public ProxyConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>Copyright © 2021. All rights reserved.