Class ServerInfo


  • public class ServerInfo
    extends Object
    • Constructor Detail

      • ServerInfo

        public ServerInfo​(String host,
                          int port)
        Creates a new ServerInfo instance.
        Parameters:
        host - the server host.
        port - the server port.
      • ServerInfo

        public ServerInfo​(String host,
                          int port,
                          boolean sslEnable)
        Creates a new ServerInfo instance.
        Parameters:
        host - the server host.
        port - the server port.