Package org.apache.any23.http
This package contains classes and interfaces to implement a small multi-threaded HTTP Client used to fetch
data sources.
-
Interface Summary Interface Description HTTPClient Abstraction for opening anInputStream
on an HTTP IRI.HTTPClientConfiguration Defines theHTTPClient
configuration. -
Class Summary Class Description AcceptHeaderBuilder Concatenates a collection of MIME specs in "type/subtype;q=x.x" notation into an HTTP Accept header value, and removes duplicates and types covered by wildcards.DefaultHTTPClient Opens anInputStream
on an HTTP IRI.DefaultHTTPClientConfiguration Default implementation ofHTTPClientConfiguration
.