Uses of Class
oshi.software.os.InternetProtocolStats.IPConnection
| Package | Description |
|---|---|
| oshi.driver.unix |
Provides functions to query information common to all unix systems
|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of InternetProtocolStats.IPConnection in oshi.driver.unix
Methods in oshi.driver.unix that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description static java.util.List<InternetProtocolStats.IPConnection>NetStat. queryNetstat()Query netstat to all TCP and UDP connections -
Uses of InternetProtocolStats.IPConnection in oshi.software.common
Methods in oshi.software.common that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description java.util.List<InternetProtocolStats.IPConnection>AbstractInternetProtocolStats. getConnections() -
Uses of InternetProtocolStats.IPConnection in oshi.software.os
Methods in oshi.software.os that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description java.util.List<InternetProtocolStats.IPConnection>InternetProtocolStats. getConnections()Gets a list of TCP and UDP connections. -
Uses of InternetProtocolStats.IPConnection in oshi.software.os.linux
Methods in oshi.software.os.linux that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description java.util.List<InternetProtocolStats.IPConnection>LinuxInternetProtocolStats. getConnections() -
Uses of InternetProtocolStats.IPConnection in oshi.software.os.mac
Methods in oshi.software.os.mac that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description java.util.List<InternetProtocolStats.IPConnection>MacInternetProtocolStats. getConnections() -
Uses of InternetProtocolStats.IPConnection in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type InternetProtocolStats.IPConnection Modifier and Type Method Description java.util.List<InternetProtocolStats.IPConnection>WindowsInternetProtocolStats. getConnections()