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.LibraryPolicyPcap.LibraryPolicy.getDefault()Gets the default missing symbols policy.Methods in org.jnetpcap with parameters of type Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic voidPcap.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.LibraryPolicyPcapForeignInitializer.getPolicy()Gets the default missing symbols policy.Methods in org.jnetpcap.internal with parameters of type Pcap.LibraryPolicyModifier and TypeMethodDescriptionstatic voidPcapForeignInitializer.setPolicy(Pcap.LibraryPolicy newPolicy) Sets the default missing native symbols policy.