Improve logging.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Pipeline.java
2013-05-28 David ‘Bombe’ RodenImprove logging.
2013-05-28 David ‘Bombe’ RodenRegister metadata listeners at all components for metad...
2013-05-28 David ‘Bombe’ RodenAdd method to iterate all components.
2013-05-28 David ‘Bombe’ RodenMove event and metadata handling into abstract base...
2013-05-28 David ‘Bombe’ RodenRename “Controlled” to “ControlledComponent.”
2013-05-27 David ‘Bombe’ RodenAdd traffic counter.
2013-05-27 David ‘Bombe’ RodenCount and expose the number of bytes that have been...
2013-05-27 David ‘Bombe’ RodenRename Feeder to Connection.
2013-05-27 David ‘Bombe’ RodenImplement iterable.
2013-05-27 David ‘Bombe’ RodenExpose source and sinks from the pipeline.
2013-05-27 David ‘Bombe’ RodenAdd logging.
2013-05-27 David ‘Bombe’ RodenInclude source/sink details in exceptions.
2013-05-27 David ‘Bombe’ RodenUse a single thread if a source/filter has only a singl...
2013-05-27 David ‘Bombe’ RodenFinish pipeline when an exception occurs.
2013-05-27 David ‘Bombe’ RodenSend metadata change on start.
2013-05-27 David ‘Bombe’ RodenDon’t connect sources and sinks directly, use a pipelin...