summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/WantRangeCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-0/+12
No more juggling with sendRange() and sendData(), which was easy to use wrong, and cause lots of weird errors.