Uses of Package
nl.b3p.brmo.util.http
Packages that use nl.b3p.brmo.util.http
-
Classes in nl.b3p.brmo.util.http used by nl.b3p.brmo.util.httpClassDescriptionA wrapper around a HTTP client with only the functionality needed by this package.A wrapper around a HTTP response to provide access to the response status, headers and body.A
SeekableByteChannel
backed by a HTTP(S) URI that uses the Content-Length response header to provide total size and HTTP Range requests for read-only random access, especially optimized for ZIP archive readers reading only the central directory at the end of the stream supporting aSeekableByteChannel
input such as Commons Compress.Provides a stream reading a HTTP entity starting at a specified position until the end of the entity using HTTP Range requests. -
Classes in nl.b3p.brmo.util.http used by nl.b3p.brmo.util.http.wrapperClassDescriptionA wrapper around a HTTP client with only the functionality needed by this package.A wrapper around a HTTP response to provide access to the response status, headers and body.