private static java.util.List<NetStat.BusyPort> |
NetStat.Platform.mergeCommands(java.util.List<NetStat.BusyPort> busyPorts) |
Creates an updated BusyPort list merging in a more complete command string
from the ps command.
|
abstract java.util.List<NetStat.BusyPort> |
NetStat.Platform.netstat() |
Gets the list of TCP connections joined with information about the process that owns each connection.
|
abstract java.util.List<NetStat.BusyPort> |
NetStat.Platform.netstat(int port) |
Gets the list of TCP connections for a single local port joined with information about the process
that owns each connection.
|
private static <T> java.util.List<T> |
NetStat.Platform.runCommand(java.lang.String[] command,
java.util.function.Function<java.util.stream.Stream<java.lang.String>,java.util.List<T>> conversion) |
|