Group: com.rogiel.httpchannel - All Dependencies

icon

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!

Jan 18, 2012
4 usages
icon

HttpChannel/Service/Utilities · 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.

Jan 18, 2012
1 usages
icon

HttpChannel/Service · Parent module that all service implementations should inherit

Jan 18, 2012
icon
httpchannel 1.0.0

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

Jan 18, 2012
icon

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

Jan 18, 2012
icon

HttpChannel/CaptchaService · This module provides implementations for captcha resolving

Jan 18, 2012

Advertisement

Top Dependency Usages

Feb 13, 2021
95.1k usages
8.4k stars
Jun 02, 2023
69.4k usages
14.2k stars
Mar 17, 2023
51k usages
2.1k stars
Jul 31, 2023
27.1k usages
49k stars
Aug 09, 2023
25k usages
2.7k stars