org.jnetstream.capture
Interface CaptureDeviceCounters


public interface CaptureDeviceCounters

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 long getDropPacketCounter()
           
 long getInErrPacketCounter()
           
 long getInOctetCounter()
           
 long getInPacketCounter()
           
 long getOutErrPacketCounter()
           
 long getOutOctetCounter()
           
 long getOutPacketCounter()
           
 

Method Detail

getInOctetCounter

long getInOctetCounter()
                       throws java.io.IOException
Throws:
java.io.IOException

getOutOctetCounter

long getOutOctetCounter()
                        throws java.io.IOException
Throws:
java.io.IOException

getInErrPacketCounter

long getInErrPacketCounter()
                           throws java.io.IOException
Throws:
java.io.IOException

getOutErrPacketCounter

long getOutErrPacketCounter()
                            throws java.io.IOException
Throws:
java.io.IOException

getDropPacketCounter

long getDropPacketCounter()
                          throws java.io.IOException
Throws:
java.io.IOException

getInPacketCounter

long getInPacketCounter()
                        throws java.io.IOException
Throws:
java.io.IOException

getOutPacketCounter

long getOutPacketCounter()
                         throws java.io.IOException
Throws:
java.io.IOException