Uses of Class
org.apache.manifoldcf.crawler.connectors.webcrawler.ThrottledFetcher.ThrottledConnection
-
-
Uses of ThrottledFetcher.ThrottledConnection in org.apache.manifoldcf.crawler.connectors.webcrawler
Fields in org.apache.manifoldcf.crawler.connectors.webcrawler declared as ThrottledFetcher.ThrottledConnection Modifier and Type Field Description protected ThrottledFetcher.ThrottledConnectionThrottledFetcher.ExecuteMethodThread. theConnectionThe connectionprotected ThrottledFetcher.ThrottledConnectionThrottledFetcher.ThrottledInputstream. throttledConnectionThe throttled connection we belong toConstructors in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type ThrottledFetcher.ThrottledConnection Constructor Description ExecuteMethodThread(ThrottledFetcher.ThrottledConnection theConnection, org.apache.manifoldcf.connectorcommon.interfaces.IFetchThrottler fetchThrottler, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpHost target, org.apache.http.client.methods.HttpRequestBase executeMethod, org.apache.http.client.CookieStore cookieStore)ThrottledInputstream(org.apache.manifoldcf.connectorcommon.interfaces.IStreamThrottler streamThrottler, ThrottledFetcher.ThrottledConnection connection, java.io.InputStream is)Constructor.
-