public class PortScanner extends Object
| Constructor and Description |
|---|
PortScanner(String hostUnderTest,
int timeout,
PrintStream logger) |
| Modifier and Type | Method and Description |
|---|---|
Future<AbstractMap.SimpleEntry<Integer,Boolean>> |
portIsOpen(String ip,
int port) |
List<OpenPort> |
quickFindOpenPorts() |
public PortScanner(String hostUnderTest, int timeout, PrintStream logger)
Copyright © 2016–2022. All rights reserved.