SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.PacketCapture.LoopMode

Packages that use PacketCapture.LoopMode
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 PacketCapture.LoopMode in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture that return PacketCapture.LoopMode
 PacketCapture.LoopMode PacketCapture.getLoopMode()
          Get the current loop mode.
static PacketCapture.LoopMode PacketCapture.LoopMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PacketCapture.LoopMode[] PacketCapture.LoopMode.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 PacketCapture.LoopMode
 void PacketCapture.setLoopMode(PacketCapture.LoopMode loopMode)
          Set the current loop mode.
 


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