public static class ProxyConfig.Proxy extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
id |
String |
nonProxyHosts |
String |
password |
int |
port |
String |
protocol |
String |
username |
| Constructor and Description |
|---|
Proxy(String id,
String protocol,
String host,
int port,
String username,
String password,
String nonProxyHosts) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getUri() |
boolean |
isNonProxyHost(String host) |
boolean |
isSecure() |
String |
toString() |
boolean |
useAuthentication() |
Copyright © 2020. All rights reserved.