| Package | Description |
|---|---|
| org.terracotta.utilities.test.net |
| Modifier and Type | Method and Description |
|---|---|
static NetStat.BusyPort.TcpState |
NetStat.BusyPort.TcpState.fromLsofString(java.lang.String lsofStateString)
Determine the
TcpCode from the state string from the lsof command. |
static NetStat.BusyPort.TcpState |
NetStat.BusyPort.TcpState.fromMicrosoftNumber(int msStateNumber)
Determine the
TcpState from the state number corresponding to a Microsoft
System.Net.NetworkInformation.TcpState enum value. |
static NetStat.BusyPort.TcpState |
NetStat.BusyPort.TcpState.fromMicrosoftString(java.lang.String msStateString)
Determine the
TcpState from the state string from the Microsoft Get-NetTCPConnection cmdlet. |
static NetStat.BusyPort.TcpState |
NetStat.BusyPort.TcpState.fromNettopString(java.lang.String nettopStateString)
Determine the
TcpCode from the state string from the nettop command. |
NetStat.BusyPort.TcpState |
NetStat.BusyPort.state()
Gets the state of this TCP connection.
|
static NetStat.BusyPort.TcpState |
NetStat.BusyPort.TcpState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetStat.BusyPort.TcpState[] |
NetStat.BusyPort.TcpState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.