Package pcap.api.internal
Class PcapStat.Impl
java.lang.Object
pcap.api.internal.PcapStat.Impl
- All Implemented Interfaces:
Status
- Enclosing interface:
- PcapStat
public static class PcapStat.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
-