| org.archive.httpclient.SingleHttpConnectionManager
SingleHttpConnectionManager | public class SingleHttpConnectionManager extends SimpleHttpConnectionManager (Code) | | An HttpClient-compatible HttpConnection "manager" that actually
just gives out a new connection each time -- skipping the overhead
of connection management, since we already throttle our crawler
with external mechanisms.
author: gojomo |
SingleHttpConnectionManager | public SingleHttpConnectionManager()(Code) | | |
getConnectionWithTimeout | public HttpConnection getConnectionWithTimeout(HostConfiguration hostConfiguration, long timeout)(Code) | | |
|
|