Interface ScanServerInfo


public interface ScanServerInfo
Information about a scan server.
Since:
2.1.0
  • Method Details

    • getAddress

      String getAddress()
      Returns:
      the address in the form of <host>:<port> where the scan server is running.
    • getGroup

      String getGroup()
      Returns:
      the group name set when the scan server was started. If a group name was not set for the scan server, then the string "default" is returned.