All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download httpchannel-api JAR 1.0.0 with all dependencies


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!

Files of the artifact httpchannel-api version 1.0.0 from the group com.rogiel.httpchannel.

Test

Download httpchannel-api (1.0.0)
Artifact httpchannel-api
Group com.rogiel.httpchannel
Version 1.0.0
Last update 18. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of httpchannel-api Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of httpchannel-api version 1.0.0

META-INF
META-INF.META-INF.MANIFEST.MF
com.rogiel.httpchannel.captcha
com.rogiel.httpchannel.captcha.com.rogiel.httpchannel.captcha.Captcha
com.rogiel.httpchannel.captcha.com.rogiel.httpchannel.captcha.CaptchaService
com.rogiel.httpchannel.captcha.com.rogiel.httpchannel.captcha.ImageCaptcha
com.rogiel.httpchannel.captcha.com.rogiel.httpchannel.captcha.ImageCaptchaService
com.rogiel.httpchannel.captcha.exception
com.rogiel.httpchannel.captcha.exception.com.rogiel.httpchannel.captcha.exception.AuthenticationCaptchaServiceException
com.rogiel.httpchannel.captcha.exception.com.rogiel.httpchannel.captcha.exception.CaptchaServiceException
com.rogiel.httpchannel.captcha.exception.com.rogiel.httpchannel.captcha.exception.InvalidCaptchaServiceException
com.rogiel.httpchannel.captcha.exception.com.rogiel.httpchannel.captcha.exception.UnsolvableCaptchaServiceException
com.rogiel.httpchannel.channel
com.rogiel.httpchannel.channel.com.rogiel.httpchannel.channel.SeekableDownloadChannel
com.rogiel.httpchannel.service
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.AbstractService
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.AuthenticationService
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.Authenticator
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.AuthenticatorCapability
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.CapabilityMatrix
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.Credential
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.DownloadChannel
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.DownloadListener
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.DownloadService
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.Downloader
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.DownloaderCapability
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.HttpChannel
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.Service
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.ServiceID
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.ServiceMode
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.UploadChannel
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.UploadService
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.Uploader
com.rogiel.httpchannel.service.com.rogiel.httpchannel.service.UploaderCapability
com.rogiel.httpchannel.service.config
com.rogiel.httpchannel.service.config.com.rogiel.httpchannel.service.config.NullAuthenticatorConfiguration
com.rogiel.httpchannel.service.config.com.rogiel.httpchannel.service.config.NullDownloaderConfiguration
com.rogiel.httpchannel.service.config.com.rogiel.httpchannel.service.config.NullUploaderConfiguration
com.rogiel.httpchannel.service.exception
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.AuthenticationInvalidCredentialException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.AuthenticationServiceException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.ChannelServiceException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.DownloadLimitExceededException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.DownloadLinkNotFoundException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.DownloadNotAuthorizedException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.DownloadNotResumableException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.DownloadServiceException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.InvalidCaptchaException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.NoCaptchaServiceException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.UploadLinkNotFoundException
com.rogiel.httpchannel.service.exception.com.rogiel.httpchannel.service.exception.UploadServiceException
com.rogiel.httpchannel.service.helper
com.rogiel.httpchannel.service.helper.com.rogiel.httpchannel.service.helper.AuthenticationServices
com.rogiel.httpchannel.service.helper.com.rogiel.httpchannel.service.helper.DownloadServices
com.rogiel.httpchannel.service.helper.com.rogiel.httpchannel.service.helper.Services
com.rogiel.httpchannel.service.helper.com.rogiel.httpchannel.service.helper.UploadServices




© 2015 - 2025 Weber Informatics LLC | Privacy Policy