public interface ObjectWebSocketSender
RxObjectEventConnected until
RxObjectEventDisconnected| Modifier and Type | Method and Description |
|---|---|
void |
sendObjectMessage(java.lang.Object message)
Send text message (thread safe).
|
void sendObjectMessage(@Nonnull
java.lang.Object message)
throws java.io.IOException,
ObjectParseException
message - message to sendjava.io.IOException - when exception occur while sendingObjectParseException - when could not serialize object