SourceForge Jpcap

Uses of Interface
net.sourceforge.jpcap.capture.PacketDispatchCapable

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

Classes in net.sourceforge.jpcap.capture that implement PacketDispatchCapable
 class JWinPcap
          The JWinPcap class encapsulates the extended functions supported by the WinPcap native library.
 class PacketCapture
          This class is the core of packet capture in jpcap.
 class PacketCaptureBase
          This class contains base functionality shared by both the simulator and the actual packet capture system.
 class PacketDispatcher
          This class encapsulates a mechanism for dispatching network data and packets to a listener who has subscribed to such events.
 


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