|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediatorClientInterface
Interface which receives messages from Client used by Mediator.
Method Summary | |
---|---|
void |
closeClient()
Close the connection (if any exists). |
java.lang.String |
receiveMessageFromClient()
Get one message from client which is needed to deliver to the GameBots May block. |
void |
sendMessageToClient(MessageObject msg)
Sends message object to the client. |
Method Detail |
---|
java.lang.String receiveMessageFromClient() throws CantReadException
CantReadException
java.io.IOException
void sendMessageToClient(MessageObject msg) throws CantWriteException
msg
-
java.io.IOException
CantWriteException
void closeClient() throws CantCloseConnectionException
CantCloseConnectionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |