Enum NetStat.BusyPort.TcpState

java.lang.Object
java.lang.Enum<NetStat.BusyPort.TcpState>
org.terracotta.utilities.test.net.NetStat.BusyPort.TcpState
All Implemented Interfaces:
Serializable, Comparable<NetStat.BusyPort.TcpState>, java.lang.constant.Constable
Enclosing class:
NetStat.BusyPort

public static enum NetStat.BusyPort.TcpState extends Enum<NetStat.BusyPort.TcpState>
TCP Connection states.

Implementation Notes

Mac OS X

The nettop utility used for Mac OS X is closed source but source for a variant (netbottom.c) is available. The TCP state constants returned by nettop are neither documented nor listed in an available source file. The values used in this enum are presumed from the known values and the names of external references, in the form of kNStatSrcTcpStateXxxxxxxxxx, made by netbottom.c.
See Also: