public final class PcapStatEx
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getNumCollisions() |
java.math.BigInteger |
getRxNumBytes() |
java.math.BigInteger |
getRxNumCrcErrors() |
java.math.BigInteger |
getRxNumFifoErrors() |
java.math.BigInteger |
getRxNumFrameErrors() |
java.math.BigInteger |
getRxNumLenghErrors() |
java.math.BigInteger |
getRxNumMissedErrors() |
java.math.BigInteger |
getRxNumMulticastPackets() |
java.math.BigInteger |
getRxNumPackets() |
java.math.BigInteger |
getRxNumPacketsDropped() |
java.math.BigInteger |
getRxNumPacketsError() |
java.math.BigInteger |
getTxNumAbortedErrors() |
java.math.BigInteger |
getTxNumBytes() |
java.math.BigInteger |
getTxNumCarrierErrors() |
java.math.BigInteger |
getTxNumFifoErrors() |
java.math.BigInteger |
getTxNumHeartbeatErrors() |
java.math.BigInteger |
getTxNumOverflowErrors() |
java.math.BigInteger |
getTxNumPackets() |
java.math.BigInteger |
getTxNumPacketsDropped() |
java.math.BigInteger |
getTxNumPacketsError() |
java.math.BigInteger |
getTxNumWindowErrors() |
public java.math.BigInteger getRxNumPackets()
public java.math.BigInteger getTxNumPackets()
public java.math.BigInteger getRxNumBytes()
public java.math.BigInteger getTxNumBytes()
public java.math.BigInteger getRxNumPacketsError()
public java.math.BigInteger getTxNumPacketsError()
public java.math.BigInteger getRxNumPacketsDropped()
public java.math.BigInteger getTxNumPacketsDropped()
public java.math.BigInteger getRxNumMulticastPackets()
public java.math.BigInteger getNumCollisions()
public java.math.BigInteger getRxNumLenghErrors()
public java.math.BigInteger getTxNumOverflowErrors()
public java.math.BigInteger getRxNumCrcErrors()
public java.math.BigInteger getRxNumFrameErrors()
public java.math.BigInteger getRxNumFifoErrors()
public java.math.BigInteger getRxNumMissedErrors()
public java.math.BigInteger getTxNumAbortedErrors()
public java.math.BigInteger getTxNumCarrierErrors()
public java.math.BigInteger getTxNumFifoErrors()
public java.math.BigInteger getTxNumHeartbeatErrors()
public java.math.BigInteger getTxNumWindowErrors()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.