summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/ClassTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-201-2/+2
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-2/+2
|
* Switch to TLSv1.2, move proxy config example fileSimon Rettberg2014-11-211-3/+3
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-40/+51
| | | | | No more juggling with sendRange() and sendData(), which was easy to use wrong, and cause lots of weird errors.
* Add debugging to file transferSimon Rettberg2014-09-171-19/+24
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-111-2/+2
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-281-2/+2
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-251-2/+2
| | | | structure, introduce common base class for Uploader and Downloader
* Removed unnessecary TODOs and comments.Björn Hagemeister2014-07-101-2/+0Star
|
* Fixed handling with constant byte[] - length while reading and writing ↵Björn Hagemeister2014-07-101-0/+10
| | | | | | from/to socket. Plus startet implementing correct Exception handling.
* Serveral changes, made hex code for recongnizing what to do as member.Björn Hagemeister2014-07-071-2/+2
| | | | Plus some TODOs for fixing problems which occured during testing.
* Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-071-54/+58
| | | | Adapted code to format scheme.
* new method for sending error string, usefull for wrong token.Björn Hagemeister2014-07-021-26/+16Star
|
* Possible to set port in listener constructor.Björn Hagemeister2014-07-021-1/+1
|
* Fixed constructor call of downloader in ClassTest.Björn Hagemeister2014-07-021-1/+1
|
* Adding getter and setter for outputFilename in Downloader.Björn Hagemeister2014-07-021-1/+10
| | | | Plus, some security checks.
* Also pass to uploader context as argument. Added ClassTest file, which is ↵Björn Hagemeister2014-06-301-0/+139
same like Main for testing.