Uses of Class
org.jnetpcap.PcapIf.PcapAddr
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapIf.PcapAddr in org.jnetpcap
Modifier and TypeMethodDescriptionList
<PcapIf.PcapAddr<?>> PcapIf.addresses()
Gets a list of all the addresses (PcapAddr) associated with this pcap interface.Optional
<PcapIf.PcapAddr<? extends SockAddr>> PcapIf.findAddressOfFamily
(SockAddrFamily family) Search for a PCAP address of a specific socket address family type.<T extends SockAddr>
Optional<PcapIf.PcapAddr<T>> PcapIf.findAddressOfType
(Class<T> faimlyClassType) Finds the first address in the list of PcapAddr addresses, which is of AF (Address Family) type represented but the supplied family subclass type.