Class NetFlowUdpTransport

All Implemented Interfaces:
Transport

public class NetFlowUdpTransport extends UdpTransport
This UDP transport is largely identical to its superclass, but replaces the codec aggregator and its handler with custom implementations that are able to pass the remote address. Without the remote address the NetFlow V9 code cannot distinguish between flows from different exporters and thus might handle template flows incorrectly should they differ between exporters.
See Also: