|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageConnection
The source of a received message and the common abstract interface of client->server and server->client objects.
Method Summary | |
---|---|
void |
send(int channel,
Message message)
Sends a message to the other end of the connection using the specified alternate channel. |
void |
send(Message message)
Sends a message to the other end of the connection. |
Method Detail |
---|
void send(Message message)
void send(int channel, Message message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |