 |
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getHost
public String getHost()
-
determineHost
public String determineHost()
Returns the host from the first address, or the configured host if no addresses
have been set.
- Returns:
- the host
- See Also:
setAddresses(String) ,
getHost()
-
getPort
public int getPort()
-
determinePort
public int determinePort()
Returns the port from the first address, or the configured port if no addresses
have been set.
- Returns:
- the port
- See Also:
setAddresses(String) ,
getPort()
|
|