Group: Rogiel HttpChannel
1. HttpChannel/API4 usages
com.rogiel.httpchannel » httpchannel-apiApache
Module that defines the HttpChannel API. HttpChannels abstract complex download and upload steps into a simple and easy to use NIO Channel. NIO Channels can be wrapped into an InputStream or OutputStream and used in any way you may find possible to. Aside from that, Channels can be used natively in most next-gen libraries, meaning that you don't even need to wrap anything, just start writing or reading data to or from the channel wth a ByteBuffer.
Anyone using the library should try to rely on code from ...
Last Release on Jan 18, 2012
3. HttpChannel/Service/Utilities1 usages
com.rogiel.httpchannel » httpchannel-utilApache
Module providing several utilities to service implementations. Though this module is not required to implement services, it contains several shortcuts that can help implementing services.
Last Release on Jan 18, 2012
5. HttpChannel/ChannelCopy
com.rogiel.httpchannel » httpchannel-channelcopyApache
The HttpChannel ChannelCopy module provides an easy method to copy data from a single download channel into one or more upload channels.
Last Release on Jan 18, 2012
6. HttpChannel
com.rogiel.httpchannel » httpchannelApache
Library capable of downloading and uploading files from free servers using channels.
Last Release on Jan 18, 2012
7. HttpChannel/Service
com.rogiel.httpchannel » httpchannel-serviceApache
Parent module that all service implementations should inherit
Last Release on Jan 18, 2012
8. HttpChannel/CaptchaService
com.rogiel.httpchannel » httpchannel-captchaApache
This module provides implementations for captcha resolving
Last Release on Jan 18, 2012