Uses of Enum Class
org.jnetpcap.constant.SockAddrFamily
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of SockAddrFamily in org.jnetpcap
Modifier and TypeMethodDescriptionSockAddr.familyConstant()
Gets the AF family value as a constant.Modifier and TypeMethodDescriptionOptional
<PcapIf.PcapAddr<? extends SockAddr>> PcapIf.findAddressOfFamily
(SockAddrFamily family) Search for a PCAP address of a specific socket address family type.boolean
SockAddr.isFamily
(SockAddrFamily family) Checks if this AF address is of specifc family type. -
Uses of SockAddrFamily in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic SockAddrFamily
Returns the enum constant of this class with the specified name.static SockAddrFamily[]
SockAddrFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional
<SockAddrFamily> SockAddrFamily.lookup
(int family) Lookup a constant AF using numerical, platform dependent value.