Uses of Enum
oshi.software.os.InternetProtocolStats.TcpState
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
-
Uses of InternetProtocolStats.TcpState in oshi.software.os
Modifier 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.ModifierConstructorDescriptionIPConnection
(String type, byte[] localAddress, int localPort, byte[] foreignAddress, int foreignPort, InternetProtocolStats.TcpState state, int transmitQueue, int receiveQueue, int owningProcessId)