Uses of Interface
jnetpcap.capture.CaptureFactory.LocalFactory

Packages that use CaptureFactory.LocalFactory
jnetpcap.capture A network packet capture framework. 
 

Uses of CaptureFactory.LocalFactory in jnetpcap.capture
 

Methods in jnetpcap.capture that return CaptureFactory.LocalFactory
static CaptureFactory.LocalFactory CaptureFactory.getLocal()
          Returns an instance of the current local capture factory which is responsible for creating local capture instances.
 

Methods in jnetpcap.capture with parameters of type CaptureFactory.LocalFactory
static void CaptureFactory.setLocalCaptureFactory(CaptureFactory.LocalFactory local)
          Allows complete override of the implementation of Capture Framework.