Package nl.b3p.brmo.util.http


package nl.b3p.brmo.util.http
  • Class
    Description
    HttpClientWrapper<REQUEST,RESPONSE>
    A wrapper around a HTTP client with only the functionality needed by this package.
    Provides default wrapper implementations for Java HTTP clients.
    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 a SeekableByteChannel 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.