| Class | Description |
|---|---|
| RxObjectEvent |
Abstract class for all RxJsonEvents
|
| RxObjectEventConn |
Abstract class for
RxObjectEvent that allows sending messages to the server using
RxObjectEventConn.sender() method |
| RxObjectEventConnected |
Event indicate that client was connected to the server
|
| RxObjectEventDisconnected |
Event indicate that client was disconnected to the server
since then all execution on previosly returned
ObjectWebSocketSender will cause throwing
com.appunite.websocket.NotConnectedException
See: RxEventDisconnected |
| RxObjectEventMessage |
Event indicating that json was returned by server and was parsed
If
ObjectParseException occur than RxObjectEventWrongMessageFormat event
will be served |
| RxObjectEventWrongBinaryMessageFormat | |
| RxObjectEventWrongMessageFormat | |
| RxObjectEventWrongStringMessageFormat |