|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclient.framework.network.ClientSocketCommunicator.SenderThread
protected class ClientSocketCommunicator.SenderThread
Thread responsible for sending messages to the server. Dependent of whether UDP or TCP is used for the communication, the appropriate transmission mechanisms are used.
Method Summary | |
---|---|
void |
run()
Sends messages that are waiting to be sent. |
void |
sendMessage(java.lang.Object message)
Called when a new message is to be sent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void sendMessage(java.lang.Object message)
message
- The message to be sent.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |