Uses of Class
org.terracotta.utilities.test.net.NetStat.BusyPort.TcpState
-
Packages that use NetStat.BusyPort.TcpState Package Description org.terracotta.utilities.test.net -
-
Uses of NetStat.BusyPort.TcpState in org.terracotta.utilities.test.net
Fields in org.terracotta.utilities.test.net declared as NetStat.BusyPort.TcpState Modifier and Type Field Description private NetStat.BusyPort.TcpStateNetStat.BusyPort.Builder. stateprivate NetStat.BusyPort.TcpStateNetStat.BusyPort. stateMethods in org.terracotta.utilities.test.net that return NetStat.BusyPort.TcpState Modifier and Type Method Description static NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState. fromLsofString(java.lang.String lsofStateString)Determine theTcpCodefrom the state string from thelsofcommand.static NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState. fromMicrosoftNumber(int msStateNumber)Determine theTcpStatefrom the state number corresponding to a MicrosoftSystem.Net.NetworkInformation.TcpStateenum value.static NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState. fromMicrosoftString(java.lang.String msStateString)Determine theTcpStatefrom the state string from the MicrosoftGet-NetTCPConnectioncmdlet.static NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState. fromNettopString(java.lang.String nettopStateString)Determine theTcpCodefrom the state string from thenettopcommand.NetStat.BusyPort.TcpStateNetStat.BusyPort. state()Gets the state of this TCP connection.static NetStat.BusyPort.TcpStateNetStat.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.Methods in org.terracotta.utilities.test.net with parameters of type NetStat.BusyPort.TcpState Modifier and Type Method Description (package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder. state(NetStat.BusyPort.TcpState state)Sets theNetStat.BusyPort.TcpStatefor the connection.Constructors in org.terracotta.utilities.test.net with parameters of type NetStat.BusyPort.TcpState Constructor Description BusyPort(long processId, java.net.InetSocketAddress localEndpoint, java.net.InetSocketAddress remoteEndpoint, NetStat.BusyPort.TcpState state, java.lang.String shortCommand, java.lang.String commandLine)
-