SourceForge Jpcap

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

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

Classes in net.sourceforge.jpcap.capture that implement StatisticsListener
 class JWinPcapTest
          Class to exercise JWinPcap.
 

Methods in net.sourceforge.jpcap.capture with parameters of type StatisticsListener
 void JWinPcap.addStatisticsListener(StatisticsListener listener)
          Add a StatisticsListener.
 void JWinPcap.removeStatisticsListener(StatisticsListener listener)
          Remove a StatisticsListener.
 


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