Method Summary |
|
public Object | clone() Makes a copy of the current instance. |
public String | encode() Encodes this hostport into its string representation. |
public boolean | equals(Object other) Returns true if the two objects are equals, false otherwise. |
public Host | getHost() Gets the Host field. |
public int | getPort() Gets the port field. |
public boolean | hasPort() |
public void | removePort() Removes the port. |
public void | setHost(Host h) Sets the host member. |
public void | setPort(int p) Sets the port member. |