Modifier and Type | Field and Description |
---|---|
String |
host
The hostname or address of the proxy server.
|
boolean |
isSocks
If true, this is a SOCKS proxy server.
|
int |
port
The port of the proxy server.
|
Constructor and Description |
---|
ProxyServer(boolean isSocks,
String host,
int port) |
public final boolean isSocks
public final String host
public final int port
public ProxyServer(boolean isSocks, String host, int port)