SourceForge Jpcap

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

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

Methods in net.sourceforge.jpcap.capture that return PacketCapture.Direction
static PacketCapture.Direction PacketCapture.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PacketCapture.Direction[] PacketCapture.Direction.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.Direction
 void PacketCapture.setDirection(PacketCapture.Direction direction)
          Set the direction of packet capture.
 


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