Uses of Class
org.jnetpcap.PcapIf.PcapAddr
Packages that use PcapIf.PcapAddr
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapIf.PcapAddr in org.jnetpcap
Methods in org.jnetpcap that return types with arguments of type PcapIf.PcapAddrModifier and TypeMethodDescriptionList<PcapIf.PcapAddr<?>> PcapIf.addresses()Returns all network addresses associated with this interface.Optional<PcapIf.PcapAddr<? extends SockAddr>> PcapIf.findAddressOfFamily(SockAddrFamily family) Searches for a network address of a specific address family (e.g., AF_INET, AF_INET6).<T extends SockAddr>
Optional<PcapIf.PcapAddr<T>> PcapIf.findAddressOfType(Class<T> familyClassType) Searches for the first network address of a specific type.