Method Summary |
|
public String | getAddress() Returns the IP address. |
public String | getAgent() Returns the agent name (ex: "Noelios Restlet Engine/1.0"). |
public int | getPort() Returns the port number which received the call. |
public void | setAddress(String address) Sets the IP address which received the call. |
public void | setAgent(String agent) Sets the agent name (ex: "Noelios Restlet Engine/1.0"). |
public void | setPort(int port) Sets the port number which received the call. |