Uses of Class
oshi.software.os.InternetProtocolStats.TcpState
-
Packages that use InternetProtocolStats.TcpState Package Description oshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.windows Provides information about Software and OS on Windows -
-
Uses of InternetProtocolStats.TcpState in oshi.software.os
Fields in oshi.software.os declared as InternetProtocolStats.TcpState Modifier and Type Field Description private InternetProtocolStats.TcpState
InternetProtocolStats.IPConnection. state
Methods in oshi.software.os that return InternetProtocolStats.TcpState Modifier and Type Method Description InternetProtocolStats.TcpState
InternetProtocolStats.IPConnection. getState()
Gets the connection state (TCP connections only).static InternetProtocolStats.TcpState
InternetProtocolStats.TcpState. valueOf(java.lang.String name)
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.TcpState Constructor Description IPConnection(java.lang.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.TcpState Modifier and Type Method Description private static InternetProtocolStats.TcpState
LinuxInternetProtocolStats. stateLookup(int state)
-
Uses of InternetProtocolStats.TcpState in oshi.software.os.mac
Methods in oshi.software.os.mac that return InternetProtocolStats.TcpState Modifier and Type Method Description private static InternetProtocolStats.TcpState
MacInternetProtocolStats. stateLookup(int state)
-
Uses of InternetProtocolStats.TcpState in oshi.software.os.windows
Methods in oshi.software.os.windows that return InternetProtocolStats.TcpState Modifier and Type Method Description private static InternetProtocolStats.TcpState
WindowsInternetProtocolStats. stateLookup(int state)
-