Class HostDiscovery

java.lang.Object
org.nmap4j.core.scans.BaseScan
org.nmap4j.core.scans.HostDiscovery
All Implemented Interfaces:
IScan

public class HostDiscovery extends BaseScan
This is a convenience class that allows you to scan for hosts based on the included/excluded hosts passed to the constructor.
  • Constructor Details

    • HostDiscovery

      public HostDiscovery(String[] includeHosts, String[] excludeHosts)