public abstract class RxJsonEventConn extends RxJsonEvent
RxJsonEvent that allows sending messages to the server using
sender() methodRxEventConn| Constructor and Description |
|---|
RxJsonEventConn(JsonWebSocketSender sender) |
| Modifier and Type | Method and Description |
|---|---|
JsonWebSocketSender |
sender()
Get sender
Sender is valid until disconnection from server (
RxJsonEventDisconnected event) |
toStringpublic RxJsonEventConn(@Nonnull
JsonWebSocketSender sender)
@Nonnull public JsonWebSocketSender sender()
RxJsonEventDisconnected event)JsonWebSocketSender that allows you to send back messages to serverRxEventConn.sender()