AbstractWebSocketMessageHandler

Members

Functions

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.

Inherited Members

From WebSocketMessageHandler

onOpen
void onOpen(WebSocketConnection connection)
Undocumented in source.
onClosed
void onClosed(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.
onBinary
void onBinary(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source.
onContinuation
void onContinuation(WebSocketConnection connection, ByteBuffer buffer)
Undocumented in source.
onError
void onError(WebSocketConnection connection, Exception exception)
Undocumented in source.
onFailure
alias onFailure = onError
Undocumented in source.

See Also

WebSocketListener from OKHTTP3

Meta