Uses of Enum
oshi.software.os.InternetProtocolStats.TcpState
Packages that use InternetProtocolStats.TcpState
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on Windows
-
Uses of InternetProtocolStats.TcpState in oshi.software.os
Subclasses with type arguments of type InternetProtocolStats.TcpState in oshi.software.osModifier and TypeClassDescriptionstatic enumThe TCP connection state as described in RFC 793.Fields in oshi.software.os declared as InternetProtocolStats.TcpStateModifier and TypeFieldDescriptionprivate final InternetProtocolStats.TcpStateInternetProtocolStats.IPConnection.stateMethods in oshi.software.os that return InternetProtocolStats.TcpStateModifier and TypeMethodDescriptionInternetProtocolStats.IPConnection.getState()Gets the connection state (TCP connections only).Returns the enum constant of this type with the specified name.static InternetProtocolStats.TcpState[]InternetProtocolStats.TcpState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oshi.software.os with parameters of type InternetProtocolStats.TcpStateModifierConstructorDescriptionIPConnection(String type, byte[] localAddress, int localPort, byte[] foreignAddress, int foreignPort, InternetProtocolStats.TcpState state, int transmitQueue, int receiveQueue, int owningProcessId) -
Uses of InternetProtocolStats.TcpState in oshi.software.os.linux
Methods in oshi.software.os.linux that return InternetProtocolStats.TcpStateModifier and TypeMethodDescriptionprivate static InternetProtocolStats.TcpStateLinuxInternetProtocolStats.stateLookup(int state) -
Uses of InternetProtocolStats.TcpState in oshi.software.os.mac
Methods in oshi.software.os.mac that return InternetProtocolStats.TcpStateModifier and TypeMethodDescriptionprivate static InternetProtocolStats.TcpStateMacInternetProtocolStats.stateLookup(int state) -
Uses of InternetProtocolStats.TcpState in oshi.software.os.windows
Methods in oshi.software.os.windows that return InternetProtocolStats.TcpStateModifier and TypeMethodDescriptionprivate static InternetProtocolStats.TcpStateWindowsInternetProtocolStats.stateLookup(int state)