Uses of Interface
org.jnetpcap.Pcap.LibraryPolicy
Packages that use Pcap.LibraryPolicy
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of Pcap.LibraryPolicy in org.jnetpcap
Methods in org.jnetpcap that return Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic Pcap.LibraryPolicy
Pcap.LibraryPolicy.getDefault()
Gets the default missing symbols policy.Methods in org.jnetpcap with parameters of type Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic void
Pcap.LibraryPolicy.setDefault
(Pcap.LibraryPolicy newPolicy) Sets the default native Pcap library policy. -
Uses of Pcap.LibraryPolicy in org.jnetpcap.internal
Methods in org.jnetpcap.internal that return Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic Pcap.LibraryPolicy
PcapForeignInitializer.getPolicy()
Gets the default missing symbols policy.Methods in org.jnetpcap.internal with parameters of type Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic void
PcapForeignInitializer.setPolicy
(Pcap.LibraryPolicy newPolicy) Sets the default missing native symbols policy.