public interface WebSocket
abstract Unit
send(String message)
abstract Flow<String>
subscribe()
abstract Flow<Throwable>
subscribeToErrors()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit send(String message)
abstract Flow<String> subscribe()
abstract Flow<Throwable> subscribeToErrors()