Uses of Interface
jnetpcap.capture.MutableCaptureInterface

Packages that use MutableCaptureInterface
jnetpcap.capture A network packet capture framework. 
 

Uses of MutableCaptureInterface in jnetpcap.capture
 

Methods in jnetpcap.capture that return MutableCaptureInterface
 MutableCaptureInterface CaptureInterface.getMutableCaptureInterface()
          Gets the mutable version of this CaptureInterface interface.
 MutableCaptureInterface CaptureFactory.Factory.newInterface()
          Creates a new empty, uninitialized CaptureInterface instance.
 MutableCaptureInterface CaptureFactory.Factory.newInterface(java.net.NetworkInterface netint)
          Creates a new instance of a CaptureInterface initialized from a java.net.NetworkInterface object.
 

Methods in jnetpcap.capture that return types with arguments of type MutableCaptureInterface
 java.util.List<MutableCaptureInterface> RemoteSession.listInterfaces()
           
static java.util.List<MutableCaptureInterface> CaptureFactory.listInterfaces()
           
 java.util.List<MutableCaptureInterface> CaptureFactory.Factory.listInterfaces()
          Gets a list of all the devices capable of doing live capture on this or remote system.