jar

com.rogiel.httpchannel : httpchannel-api

Maven & Gradle

Jan 18, 2012
4 usages

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!

Table Of Contents

Latest Version

Download com.rogiel.httpchannel : httpchannel-api JAR file - Latest Versions:

All Versions

Download com.rogiel.httpchannel : httpchannel-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window httpchannel-api-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rogiel.httpchannel.channel

├─ com.rogiel.httpchannel.channel.SeekableDownloadChannel.class - [JAR]

com.rogiel.httpchannel.captcha

├─ com.rogiel.httpchannel.captcha.Captcha.class - [JAR]

├─ com.rogiel.httpchannel.captcha.CaptchaService.class - [JAR]

├─ com.rogiel.httpchannel.captcha.ImageCaptcha.class - [JAR]

├─ com.rogiel.httpchannel.captcha.ImageCaptchaService.class - [JAR]

com.rogiel.httpchannel.captcha.exception

├─ com.rogiel.httpchannel.captcha.exception.AuthenticationCaptchaServiceException.class - [JAR]

├─ com.rogiel.httpchannel.captcha.exception.CaptchaServiceException.class - [JAR]

├─ com.rogiel.httpchannel.captcha.exception.InvalidCaptchaServiceException.class - [JAR]

├─ com.rogiel.httpchannel.captcha.exception.UnsolvableCaptchaServiceException.class - [JAR]

com.rogiel.httpchannel.service.exception

├─ com.rogiel.httpchannel.service.exception.AuthenticationInvalidCredentialException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.AuthenticationServiceException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.ChannelServiceException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.DownloadLimitExceededException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.DownloadLinkNotFoundException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.DownloadNotAuthorizedException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.DownloadNotResumableException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.DownloadServiceException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.InvalidCaptchaException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.NoCaptchaServiceException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.UploadLinkNotFoundException.class - [JAR]

├─ com.rogiel.httpchannel.service.exception.UploadServiceException.class - [JAR]

com.rogiel.httpchannel.service.helper

├─ com.rogiel.httpchannel.service.helper.AuthenticationServices.class - [JAR]

├─ com.rogiel.httpchannel.service.helper.DownloadServices.class - [JAR]

├─ com.rogiel.httpchannel.service.helper.Services.class - [JAR]

├─ com.rogiel.httpchannel.service.helper.UploadServices.class - [JAR]

com.rogiel.httpchannel.service.config

├─ com.rogiel.httpchannel.service.config.NullAuthenticatorConfiguration.class - [JAR]

├─ com.rogiel.httpchannel.service.config.NullDownloaderConfiguration.class - [JAR]

├─ com.rogiel.httpchannel.service.config.NullUploaderConfiguration.class - [JAR]

com.rogiel.httpchannel.service

├─ com.rogiel.httpchannel.service.AbstractService.class - [JAR]

├─ com.rogiel.httpchannel.service.AuthenticationService.class - [JAR]

├─ com.rogiel.httpchannel.service.Authenticator.class - [JAR]

├─ com.rogiel.httpchannel.service.AuthenticatorCapability.class - [JAR]

├─ com.rogiel.httpchannel.service.CapabilityMatrix.class - [JAR]

├─ com.rogiel.httpchannel.service.Credential.class - [JAR]

├─ com.rogiel.httpchannel.service.DownloadChannel.class - [JAR]

├─ com.rogiel.httpchannel.service.DownloadListener.class - [JAR]

├─ com.rogiel.httpchannel.service.DownloadService.class - [JAR]

├─ com.rogiel.httpchannel.service.Downloader.class - [JAR]

├─ com.rogiel.httpchannel.service.DownloaderCapability.class - [JAR]

├─ com.rogiel.httpchannel.service.HttpChannel.class - [JAR]

├─ com.rogiel.httpchannel.service.Service.class - [JAR]

├─ com.rogiel.httpchannel.service.ServiceID.class - [JAR]

├─ com.rogiel.httpchannel.service.ServiceMode.class - [JAR]

├─ com.rogiel.httpchannel.service.UploadChannel.class - [JAR]

├─ com.rogiel.httpchannel.service.UploadService.class - [JAR]

├─ com.rogiel.httpchannel.service.Uploader.class - [JAR]

├─ com.rogiel.httpchannel.service.UploaderCapability.class - [JAR]