|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageWriteTarget
A target to which messages can be written/connection can be closed
| Method Summary | |
|---|---|
void |
closeConnection()
Closes the connection to the server, triggering the StreamParser.connectionClosed()
event on the network-handling thread where all callbacks occur. |
void |
writeBytes(byte[] message)
Writes the given bytes to the remote server. |
| Method Detail |
|---|
void writeBytes(byte[] message)
throws IOException
IOExceptionvoid closeConnection()
StreamParser.connectionClosed()
event on the network-handling thread where all callbacks occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||