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
    int dropped()  
    int droppedByInterface()  
    int received()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • received

      public int received()
      Specified by:
      received in interface pcap.spi.Status
    • dropped

      public int dropped()
      Specified by:
      dropped in interface pcap.spi.Status
    • droppedByInterface

      public int droppedByInterface()
      Specified by:
      droppedByInterface in interface pcap.spi.Status