Project Group: com.rogiel.httpchannel

HttpChannel/API

com.rogiel.httpchannel : httpchannel-api

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 this module only and, only if necessary, on configuration classes that are implementation specific. Relying on any other resource or class is considered an error and should NOT be done. One of the most interesting usages of channels for uploads and download is that you can easily copy data straight from one channel to the other, with less than 10 lines of code! Also, channels allows the implementation of a "tee" mechanism, in which data redden from a single channel can be copied to several other channels on the fly!

Last Version: 1.0.0

Release Date:

HttpChannel/Service/Utilities

com.rogiel.httpchannel : httpchannel-util

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 Version: 1.0.0

Release Date:

HttpChannel

com.rogiel.httpchannel : httpchannel

Library capable of downloading and uploading files from free servers using channels.

Last Version: 1.0.0

Release Date:

HttpChannel/Service

com.rogiel.httpchannel : httpchannel-service

Parent module that all service implementations should inherit

Last Version: 1.0.0

Release Date:

HttpChannel/CaptchaService

com.rogiel.httpchannel : httpchannel-captcha

This module provides implementations for captcha resolving

Last Version: 1.0.0

Release Date:

HttpChannel/ChannelCopy

com.rogiel.httpchannel : httpchannel-channelcopy

The HttpChannel ChannelCopy module provides an easy method to copy data from a single download channel into one or more upload channels.

Last Version: 1.0.0

Release Date:

  • 1