| Class | Description |
|---|---|
| RxJsonEvent |
Abstract class for all RxJsonEvents
|
| RxJsonEventConn |
Abstract class for
RxJsonEvent that allows sending messages to the server using
RxJsonEventConn.sender() method |
| RxJsonEventConnected |
Event indicate that client was connected to the server
|
| RxJsonEventDisconnected |
Event indicate that client was disconnected to the server
since then all execution on previosly returned
JsonWebSocketSender will cause throwing
NotConnectedException
See: RxEventDisconnected |
| RxJsonEventMessage |
Event indicating that json was returned by server and was parsed
If
JsonParseException occur than RxJsonEventWrongMessageFormat event
will be served |
| RxJsonEventWrongMessageFormat |