Class IPHlpAPIUtilFFM
java.lang.Object
oshi.util.platform.windows.IPHlpAPIUtilFFM
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]static oshi.software.os.InternetProtocolStats.TcpStatsgetTcpStats(int family) static oshi.software.os.InternetProtocolStats.UdpStatsgetUdpStats(int family) static List<oshi.software.os.InternetProtocolStats.IPConnection> static List<oshi.software.os.InternetProtocolStats.IPConnection> static List<oshi.software.os.InternetProtocolStats.IPConnection> static List<oshi.software.os.InternetProtocolStats.IPConnection>
-
Method Details
-
getDnsServers
-
getTcpStats
public static oshi.software.os.InternetProtocolStats.TcpStats getTcpStats(int family) -
getUdpStats
public static oshi.software.os.InternetProtocolStats.UdpStats getUdpStats(int family) -
queryTCPv4Connections
-
queryTCPv6Connections
-
queryUDPv4Connections
-
queryUDPv6Connections
-