public interface BgpPacketStats
| Modifier and Type | Method and Description |
|---|---|
long |
getTime()
Returns the time.
|
int |
inPacketCount()
Returns the count for no of packets received.
|
int |
outPacketCount()
Returns the count for no of packets sent out.
|
int |
wrongPacketCount()
Returns the count for no of wrong packets received.
|
int outPacketCount()
int inPacketCount()
int wrongPacketCount()
long getTime()