- onConnect
void onConnect(WebSocketConnection webSocketConnection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onError
void onError(Exception t, WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFrame
void onFrame(Frame frame, WebSocketConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnClosed
void setOnClosed(CloseConnCallBack callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnConnection
void setOnConnection(ConnCallBack callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnMessage
void setOnMessage(MsgCallBack callback)
Undocumented in source. Be warned that the author may not have intended to support it.