- onBinary
void onBinary(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClosed
void onClosed(WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onContinuation
void onContinuation(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- onError
void onError(WebSocketConnection connection, Exception ex)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOpen
void onOpen(WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPing
void onPing(WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPong
void onPong(WebSocketConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- onText
void onText(WebSocketConnection connection, string text)
Undocumented in source. Be warned that the author may not have intended to support it.