Uses of Class
jnetpcap.capture.CaptureInterface.Capability

Packages that use CaptureInterface.Capability
jnetpcap.capture A network packet capture framework. 
 

Uses of CaptureInterface.Capability in jnetpcap.capture
 

Methods in jnetpcap.capture that return CaptureInterface.Capability
static CaptureInterface.Capability CaptureInterface.Capability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CaptureInterface.Capability[] CaptureInterface.Capability.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jnetpcap.capture that return types with arguments of type CaptureInterface.Capability
 java.util.Set<CaptureInterface.Capability> CaptureInterface.getCapabilities()
          Returns the capabilities of the capturing device.