Class AbstractWebSocketClientGenerator

    • Field Detail

      • m_URL

        protected BaseURI m_URL
        the URL to connect to.
    • Constructor Detail

      • AbstractWebSocketClientGenerator

        public AbstractWebSocketClientGenerator()
    • Method Detail

      • setURL

        public void setURL​(BaseURI value)
        Sets the URL to connect to.
        Parameters:
        value - the URL
      • getURL

        public BaseURI getURL()
        Returns the URL to connect to.
        Returns:
        the URL
      • URLTipText

        public String URLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the actor, which will be displayed in the GUI.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected String check()
        Hook method for performing checks.
        Default implementation returns null.
        Returns:
        null if successful, otherwise error message
      • doGenerate

        protected abstract com.pusher.java_websocket.client.WebSocketClient doGenerate()
        Generates the client.
        Returns:
        the client