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