Uses of Enum
org.terracotta.utilities.test.net.NetStat.BusyPort.TcpState
Packages that use NetStat.BusyPort.TcpState
-
Uses of NetStat.BusyPort.TcpState in org.terracotta.utilities.test.net
Fields in org.terracotta.utilities.test.net declared as NetStat.BusyPort.TcpStateModifier and TypeFieldDescriptionprivate NetStat.BusyPort.TcpStateNetStat.BusyPort.Builder.stateprivate final NetStat.BusyPort.TcpStateNetStat.BusyPort.stateMethods in org.terracotta.utilities.test.net that return NetStat.BusyPort.TcpStateModifier and TypeMethodDescriptionstatic NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState.fromLsofString(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(String msStateString) Determine theTcpStatefrom the state string from the MicrosoftGet-NetTCPConnectioncmdlet.static NetStat.BusyPort.TcpStateNetStat.BusyPort.TcpState.fromNettopString(String nettopStateString) Determine theTcpCodefrom the state string from thenettopcommand.NetStat.BusyPort.state()Gets the state of this TCP connection.static NetStat.BusyPort.TcpStateReturns 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.TcpStateModifier and TypeMethodDescription(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.TcpStateModifierConstructorDescriptionprivateBusyPort(long processId, InetSocketAddress localEndpoint, InetSocketAddress remoteEndpoint, NetStat.BusyPort.TcpState state, String shortCommand, String commandLine)