public class ProxyAddress
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_PORT |
protected java.lang.String |
hostname |
protected int |
port |
| Constructor and Description |
|---|
ProxyAddress(java.lang.String hostname) |
ProxyAddress(java.lang.String hostname,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHostName() |
int |
getPort() |
int |
hashCode() |
protected static final int DEFAULT_PORT
protected int port
protected java.lang.String hostname