| Class | Description |
|---|---|
| RxEvent |
Abstract class for all RxEvents
|
| RxEventBinaryMessage |
Event indicating that binary was returned by server
|
| RxEventBinaryMessageAbs |
Abstract class for binary messages returned by server
|
| RxEventConn |
Abstract class for
RxEvent that allows sending messages to the server using
RxEventConn.sender() method |
| RxEventConnected |
Event indicate that client was connected to the server
|
| RxEventDisconnected |
Event indicate that client was disconnected to the server
since then all execution on previously returned
WebSocketSender will cause throwing
NotConnectedException |
| RxEventPing |
Event indicate that server send ping request
|
| RxEventPong |
Event indicate that server send pong response
|
| RxEventServerRequestedClose |
Event indicating that server requested close connection
|
| RxEventStringMessage |
Event indicating that server sent a string message
|
| RxEventUnknownMessage |
Event indicating that server sent a unknown message
|