Send events from the DCC receiver.
[xudocci.git] / src / main / java / net / pterodactylus / irc / DccReceiver.java
2013-04-11 David ‘Bombe’ RodenSend events from the DCC receiver.
2013-04-11 David ‘Bombe’ RodenRename methods.
2013-04-10 David ‘Bombe’ RodenFlush the output stream after all bytes have been read.
2013-04-10 David ‘Bombe’ RodenOnly download as much bytes as advertised.
2013-04-10 David ‘Bombe’ RodenMake DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe’ RodenDeclare I/O exceptions to be thrown.
2013-04-10 David ‘Bombe’ RodenMeasure and expose the bandwidth of the download.
2013-04-10 David ‘Bombe’ RodenAdd DCC receiver.