Uses of Enum Class
org.jnetpcap.constant.PcapCode
Packages that use PcapCode
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of PcapCode in org.jnetpcap
Methods in org.jnetpcap with parameters of type PcapCodeModifier and TypeMethodDescriptionstatic StringPcap.statusToStr(PcapCode error) Convert an error full value to a string.static voidPcapException.throwIfNotOk(PcapCode code, Supplier<String> message) Throw if not ok.Constructors in org.jnetpcap with parameters of type PcapCodeModifierConstructorDescriptionPcapException(PcapCode pcapErrorCode) Instantiates a new pcap exception. -
Uses of PcapCode in org.jnetpcap.constant
Methods in org.jnetpcap.constant that return PcapCodeModifier and TypeMethodDescriptionstatic PcapCodePcapCode.valueOf(int code) Converts an integer Pcap error code to a constant.static PcapCodeReturns the enum constant of this class with the specified name.static PcapCode[]PcapCode.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 PcapCode