Class Origin.Address
java.lang.Object
org.eclipse.jetty.client.Origin.Address
- Enclosing class:
 Origin
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Address
 
 - 
 - 
Method Details
- 
getHost
- Returns:
 - the host name or IP address
 
 - 
getPort
public int getPort()- Returns:
 - the port number
 
 - 
equals
 - 
hashCode
 - 
asString
- Returns:
 - a string representation of this address as host:port
 
 - 
getSocketAddress
- Returns:
 - the socket address for this host and port
 
 - 
toString
 
 -