Class IPDataLogUtils.FlowDetail
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.Data
ru.bitel.bgbilling.kernel.network.datalog.IPDataLogUtils.FlowDetail
- Enclosing class:
- IPDataLogUtils
Класс FlowDetail. Дополняет
Flow
полем направление.-
Field Summary
Modifier and TypeFieldDescriptionint
static final int
static final int
static final int
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
-
Method Summary
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
-
Field Details
-
DIRECTION_UNDEF
public static final int DIRECTION_UNDEF- See Also:
-
DIRECTION_INCOMING
public static final int DIRECTION_INCOMING- See Also:
-
DIRECTION_OUTGOING
public static final int DIRECTION_OUTGOING- See Also:
-
direction
public int direction
-
-
Constructor Details
-
FlowDetail
public FlowDetail()
-