Package pcap.api.internal
Class PcapStatus.Impl
java.lang.Object
pcap.api.internal.PcapStatus.Impl
- All Implemented Interfaces:
Status
- Enclosing interface:
- PcapStatus
public static class PcapStatus.Impl extends java.lang.Object implements Status
-
Method Summary
Modifier and Type Method Description intdropped()intdroppedByInterface()intreceived()
-
Method Details
-
received
public int received() -
dropped
public int dropped() -
droppedByInterface
public int droppedByInterface()- Specified by:
droppedByInterfacein interfaceStatus
-