Uses of Enum Class
org.jnetpcap.constant.PcapOption
Packages that use PcapOption
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of PcapOption in org.jnetpcap
Methods in org.jnetpcap with parameters of type PcapOptionModifier and TypeMethodDescriptionstatic voidPcap.init(PcapOption option) Initialize the native libpcap library. -
Uses of PcapOption in org.jnetpcap.constant
Methods in org.jnetpcap.constant that return PcapOptionModifier and TypeMethodDescriptionstatic PcapOptionPcapOption.valueOf(int option) Converts an integer value into a PCAP option constant.static PcapOptionReturns the enum constant of this class with the specified name.static PcapOption[]PcapOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jnetpcap.constant that return types with arguments of type PcapOptionModifier and TypeMethodDescriptionstatic Optional<PcapOption> PcapOption.toEnum(int option) Converts an integer value into a PCAP option constant, if found.