- onBinary
void onBinary(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source.
- onClosed
void onClosed(WebSocketConnection connection)
Undocumented in source.
- onContinuation
void onContinuation(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source.
- onError
void onError(WebSocketConnection connection, Exception exception)
Undocumented in source.
- onOpen
void onOpen(WebSocketConnection connection)
Undocumented in source.
- onPing
void onPing(WebSocketConnection connection)
Undocumented in source.
- onPong
void onPong(WebSocketConnection connection)
Undocumented in source.
- onText
void onText(WebSocketConnection connection, string text)
Undocumented in source.