|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageProcessor<MSG_TYPE extends Message>
Interface for a class which can process protocol messages.
| Method Summary | |
|---|---|
void |
connectionStateChange()
Process a change in the connection status |
MSG_TYPE |
decode(int len,
java.io.DataInput in)
Constructs the object representing the received message. |
void |
process(MSG_TYPE msg)
Process a protocol message |
| Method Detail |
|---|
void connectionStateChange()
MSG_TYPE decode(int len,
java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionvoid process(MSG_TYPE msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||