public class ProxyConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
id |
String |
password |
int |
port |
String |
protocol |
String |
username |
| Constructor and Description |
|---|
ProxyConfig(String id,
String protocol,
String host,
int port,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getUri() |
boolean |
isSecure() |
String |
toString() |
boolean |
useAuthentication() |
Copyright © 2015. All Rights Reserved.