Method Summary |
|
public byte[] | getBytes() Answer the message's byte buffer. |
public int | getCommandOrResult() Get the request's command or result. |
public String | getErrorString(int error) Answer an error string corresponding to the given error value. |
public int | getIP() |
public int | getLength() Answer the total number of bytes used for the request. |
public int | getPort() Answer the request's port number. |
public String | getUserId() Answer the user id for authentication. |
public void | setCommandOrResult(int command) Set the request's command or result. |
public void | setIP(byte[] ip) Set the IP address. |
public void | setPort(int port) Set the request's port number. |
public void | setUserId(String id) Set the user id for authentication. |
public String | toString() |