|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.communication.server.DataInputExchangeHandler
a class that sends messages from the server, in the send queue
Constructor Summary | |
DataInputExchangeHandler(ClientConnection cc,
Server se,
ClientConnectionHandler cch,
DataOutputExchangeHandler outputDEH)
Constructor for the DataInputExchangeHandler object |
Method Summary | |
void |
abortGame()
called when the client says it wants to abort the game or disconnect |
void |
kill()
called whenever someone wants this Thread to die |
void |
run()
Main processing method for the DataInputExchangeHandler object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataInputExchangeHandler(ClientConnection cc, Server se, ClientConnectionHandler cch, DataOutputExchangeHandler outputDEH)
cc
- Description of Parameterse
- Description of Parametercch
- Description of ParameteroutputDEH
- Description of ParameterMethod Detail |
public void run()
run
in interface Runnable
public void abortGame()
public void kill()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |