|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketIOOutbound
| Method Summary | |
|---|---|
void |
close()
Initiate an orderly close of the connection. |
void |
disconnect()
Terminate the connection. |
ConnectionState |
getConnectionState()
|
void |
sendMessage(int messageType,
String message)
Send a message. |
void |
sendMessage(String message)
Send a message to the client. |
| Method Detail |
|---|
void disconnect()
void close()
ConnectionState getConnectionState()
void sendMessage(String message)
throws SocketIOException
message - The message to send
SocketIOException
void sendMessage(int messageType,
String message)
throws SocketIOException
messageType - message -
IllegalStateException - if the socket is not CONNECTED.
SocketIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||