1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
35e2c2fc56 Adds service implementation documentation 2012-01-18 17:13:36 -02:00
f8d5303f70 Switches the license to Apache Software License, Version 2.0 2012-01-18 00:53:18 -02:00
a4c569f10e Implements SeekableDownloadChannel
The SeekableDownloadChannel implements SeekableByteChannel and allows to
set the position of the channel and read data from that point onward.
The SeekableDownloadChannel implementation, creates a new internal
DownloadChannel at every call to position(long), that will create a
resume channel onto that point, thus, not all service implementations
are supported.
2012-01-17 23:11:03 -02:00
673bfc6639 Adds -SNAPSHOT to Maven version parameter and few modifications to API 2012-01-17 17:07:48 -02:00
08d22a12fe Implements CaptchaTrader service 2012-01-17 12:28:22 -02:00
e943b08ede Implements zshare.net and filesonic.com services 2012-01-16 13:28:59 -02:00
1719e54b77 Implements uploadhere.com service 2012-01-15 20:23:01 -02:00
23f80b50e6 Implements several services and improves API 2012-01-15 18:31:50 -02:00
f210afd16a Improve documentation and implement a new ServiceID class 2011-11-21 00:57:03 -02:00
1c8db5cf36 Modularize in maven projects the httpchannel library
This commit creates several maven modules for each segment of the
library. Now it is possible to include only individual services to the
classpath instead of the full library.
2011-10-07 01:43:38 -03:00