Uses of Class
oshi.software.os.InternetProtocolStats.IPConnection
-
Packages that use InternetProtocolStats.IPConnection Package Description oshi.driver.unix Provides functions to query information common to all unix systemsoshi.software.common Provides abstract classes for common codeoshi.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.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()
private static java.util.List<InternetProtocolStats.IPConnection>
LinuxInternetProtocolStats. queryConnections(java.lang.String protocol, int ipver, java.util.Map<java.lang.Long,java.lang.Integer> pidMap)
-
Uses of InternetProtocolStats.IPConnection in oshi.software.os.mac
Methods in oshi.software.os.mac that return InternetProtocolStats.IPConnection Modifier and Type Method Description private static InternetProtocolStats.IPConnection
MacInternetProtocolStats. queryIPConnection(int pid, int fd)
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()
private static java.util.List<InternetProtocolStats.IPConnection>
WindowsInternetProtocolStats. queryTCPv4Connections()
private static java.util.List<InternetProtocolStats.IPConnection>
WindowsInternetProtocolStats. queryTCPv6Connections()
private static java.util.List<InternetProtocolStats.IPConnection>
WindowsInternetProtocolStats. queryUDPv4Connections()
private static java.util.List<InternetProtocolStats.IPConnection>
WindowsInternetProtocolStats. queryUDPv6Connections()
-