Class NetFlowRecord
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.Data
ru.bitel.bgbilling.kernel.network.flow.NetFlowRecord
public class NetFlowRecord extends Data
Один flow NetFlow пакета версий 1, 5, 7.
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.network.flow.Data
diffServ, dstAddress, dstPort, first, inputInterface, ipv4DstAddress, ipv4SrcAddress, ipv6DstAddress, ipv6SrcAddress, last, milliseconds, nextHop, octets, outputInterface, packets, protocol, srcAddress, srcPort
-
Constructor Summary
Constructors Constructor Description NetFlowRecord()
-
Method Summary
Modifier and Type Method Description void
fillData(java.nio.ByteBuffer byteBuffer, int position)
Methods inherited from class ru.bitel.bgbilling.kernel.network.flow.Data
copy, getDiffServ, getDstAddress, getDstIpAddress, getDstPort, getFirst, getInputInterface, getLast, getMilliseconds, getNextHop, getOctets, getOutputInterface, getPackets, getProtocol, getSrcAddress, getSrcIpAddress, getSrcPort, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NetFlowRecord
public NetFlowRecord()
-
-
Method Details
-
fillData
public void fillData(java.nio.ByteBuffer byteBuffer, int position)
-