|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessage
Specification of a message that will be sent between the clients and the server.
Method Summary | |
---|---|
byte[] |
getData()
Method used to retrieve the data of the message. |
String |
getHeader()
Method used to retrieve the header of the message. |
void |
setData(byte[] data)
Method used to set the data of the message. |
void |
setHeader(String header)
Method used to set the header of the message. |
Method Detail |
---|
String getHeader()
byte[] getData()
void setHeader(String header)
header
- The header of the message.void setData(byte[] data)
data
- The data of the message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |