SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.JWinPcap.SamplingMethod

Packages that use JWinPcap.SamplingMethod
net.sourceforge.jpcap.capture Provides an interface for capturing packets and a layer of abstraction around libpcap, a portable native system library for capturing network packets. 
 

Uses of JWinPcap.SamplingMethod in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture that return JWinPcap.SamplingMethod
 JWinPcap.SamplingMethod JWinPcap.getSamplingMethod()
          Get the current sampling method.
static JWinPcap.SamplingMethod JWinPcap.SamplingMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JWinPcap.SamplingMethod[] JWinPcap.SamplingMethod.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.jpcap.capture with parameters of type JWinPcap.SamplingMethod
 void JWinPcap.setSamplingMethod(JWinPcap.SamplingMethod method, int value)
          Define a sampling method for packet capture.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.