public abstract class RxEventConn extends RxEvent
| Constructor and Description |
|---|
RxEventConn(okhttp3.ws.WebSocket sender) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.ws.WebSocket |
sender()
Get sender
Sender is valid until disconnection from server (
RxEventDisconnected event) |
@Nonnull public okhttp3.ws.WebSocket sender()
RxEventDisconnected event)WebSocket that allows you to send back messages to server