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 classDefaultHTTPClientConfigurationDefault implementation ofHTTPClientConfiguration.Methods in org.apache.any23.http with parameters of type HTTPClientConfiguration Modifier and Type Method Description voidDefaultHTTPClient. init(HTTPClientConfiguration configuration)voidHTTPClient. init(HTTPClientConfiguration configuration)Initializes the HTTP client.
-