nifi/nifi-commons/nifi-processor-utilities
Bryan Bende 1373bf6725 NIFI-899 Rewrite of ListenUDP to use new listener framework, includes the following changes:
- Adding Network Interface property to AbstractListenEventProcessor and ListenSyslog
- Adding sending host and sending port to DatagramChannelDispatcher
- Creation of common base class AbstractListenEventBatchingProcessor
- Refactor of ListenUDP, ListenTCP, and ListenRELP to all extend from AbstractListenEventBatchingProcessor
- Changing DatagramChannelDispatcher, socket handlers, and RELP handler to use offer() when queueing instead of put(), and log an error if the offer failed

This closes #266
2016-03-11 09:07:05 -05:00
..
src NIFI-899 Rewrite of ListenUDP to use new listener framework, includes the following changes: 2016-03-11 09:07:05 -05:00
pom.xml NIFI-1379-RC3 prepare for next development iteration 2016-02-12 17:28:10 -05:00