|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketIOInbound
| Method Summary | |
|---|---|
void |
onConnect(SocketIOOutbound outbound)
Called when the connection is established. |
void |
onDisconnect(DisconnectReason reason,
String errorMessage)
Called when the socket connection is closed. |
void |
onMessage(int messageType,
String message)
Called one per arriving message. |
| Method Detail |
|---|
void onConnect(SocketIOOutbound outbound)
outbound - The SocketOutbound associated with the connection
void onDisconnect(DisconnectReason reason,
String errorMessage)
reason - The reason for the disconnect.errorMessage - Possibly non null error message associated with the reason for disconnect.
void onMessage(int messageType,
String message)
messageType - message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||