Method Summary |
|
public Object | clone() Copies the current instance. |
public String | encode() Gets the string encoded version of this object. |
public Host | getAddress() Gets the target host address. |
public int | getPort() Gets the target port address. |
public int | getTtl() Gets the time to live parameter. |
public void | setAddress(Host a) Sets the address member. |
public void | setPort(int p) Sets the port member. |
public void | setTtl(int ttl) Sets the time to live member. |