| Class | Description |
|---|---|
| EphemeralPorts | |
| EphemeralPorts.Range | |
| NetStat |
Produces a network status collection similar to that obtained using
netstat. |
| NetStat.BusyPort |
Describes an active TCP port and associates it with the controlling process.
|
| PortManager |
Manages TCP port reservation/de-reservation while attempting to avoid
intra- and extra-JVM interference.
|
| PortManager.PortRef |
Represents a reserved TCP port.
|
| ReservedPorts |
Identifies reserved ports on a platform.
|
| Enum | Description |
|---|---|
| NetStat.BusyPort.IPVersion |
Enumerates the types of IP addresses supported.
|
| NetStat.BusyPort.TcpState |
TCP Connection states.
|
| PortManager.PortRef.CloseOption |
Options that may be used with
PortManager.PortRef.close(Set). |
| Exception | Description |
|---|---|
| NetStat.HostExecutionException |
Thrown to indicate the failure of a host command used in construction of TCP connection status information.
|
Copyright © 2022. All rights reserved.