Class TopicTcpConnectionFactory

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
    • Constructor Detail

      • TopicTcpConnectionFactory

        public TopicTcpConnectionFactory()
        Deprecated.
        Constructs an empty TopicTcpConnectionFactory instance. Should only be used for internal purposes.
      • TopicTcpConnectionFactory

        private TopicTcpConnectionFactory​(String host,
                                          int port)
        Deprecated.
        Constructs a TopicTcpConnectionFactory instance.
        Parameters:
        host - Name or IP address of the server's host.
        port - Server's listening port.