public static class WebSocket.Listener
extends java.lang.Object
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int code,
java.lang.String reason) |
void |
onError(java.lang.Throwable cause) |
void |
onText(java.lang.CharSequence data) |