|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientHandler
Contract for a client handler.
| Method Summary | |
|---|---|
String |
getName()
Retrieves the client handler's name. |
void |
sendToClient(Message... messages)
Sends a list of messages to the client. |
| Methods inherited from interface net.sf.juoserver.api.Manageable |
|---|
init, shutDown, startUp |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
String getName()
void sendToClient(Message... messages)
throws IOException
messages - the messages to be sent
IOException - in case of I/O errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||