Uses of Interface
org.apache.any23.http.HTTPClientConfiguration
-
Packages that use HTTPClientConfiguration Package Description org.apache.any23.http This package contains classes and interfaces to implement a small multi-threaded HTTP Client used to fetch data sources. -
-
Uses of HTTPClientConfiguration in org.apache.any23.http
Classes in org.apache.any23.http that implement HTTPClientConfiguration Modifier and Type Class Description class
DefaultHTTPClientConfiguration
Default implementation ofHTTPClientConfiguration
.Methods in org.apache.any23.http with parameters of type HTTPClientConfiguration Modifier and Type Method Description void
DefaultHTTPClient. init(HTTPClientConfiguration configuration)
void
HTTPClient. init(HTTPClientConfiguration configuration)
Initializes the HTTP client.
-