Package 

Interface FloconWebSocketClient

    • Method Summary

      Modifier and Type Method Description
      abstract Unit connect(String address, Integer port, Function1<String, Unit> onMessageReceived, Function0<Unit> onClosed)
      abstract Boolean sendMessage(String message)
      abstract Unit disconnect()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait