public static class ProxyUtils.ProxyConfig
extends java.lang.Object
| Constructor and Description |
|---|
ProxyUtils.ProxyConfig(java.lang.String host,
int port)
Instantiates a new proxy config.
|
ProxyUtils.ProxyConfig(java.lang.String host,
java.lang.String port)
Instantiates a new proxy config.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHost()
Gets the host.
|
int |
getPort()
Gets the port.
|
static int |
getPortAsInt(java.lang.String sPort)
Gets the port as int.
|
public ProxyUtils.ProxyConfig(java.lang.String host,
int port)
host - the hostport - the portpublic ProxyUtils.ProxyConfig(java.lang.String host,
java.lang.String port)
host - the hostport - the portCopyright © 2014. All Rights Reserved.