Interface HttpWebSocketClient

    • Method Detail

      • newWebSocket

        WebSocketAdapter newWebSocket​(URI uri)
        Request the client to create a new WebSocket on the given URI.
        Parameters:
        uri - URI to connect to
        Returns:
        new WebSocketAdapter instance
      • isOpen

        boolean isOpen()
        Returns true if this client is open, otherwise false.
        Returns:
        true if this client is open, otherwise false