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