Uses of Enum Class
org.jnetpcap.constant.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
Modifier and TypeMethodDescriptionstatic String
Pcap.statusToStr
(PcapCode error) Convert an error full value to a string.static void
PcapException.throwIfNotOk
(PcapCode code, Supplier<String> message) Throw if not ok.ModifierConstructorDescriptionPcapException
(PcapCode pcapErrorCode) Instantiates a new pcap exception. -
Uses of PcapCode in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapCode
PcapCode.valueOf
(int code) Converts an integer Pcap error code to a constant.static PcapCode
Returns 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.