Uses of Class
org.apache.manifoldcf.crawler.connectors.rss.ThrottledFetcher.ThrottledConnection
-
-
Uses of ThrottledFetcher.ThrottledConnection in org.apache.manifoldcf.crawler.connectors.rss
Fields in org.apache.manifoldcf.crawler.connectors.rss declared as ThrottledFetcher.ThrottledConnection Modifier and Type Field Description protected ThrottledFetcher.ThrottledConnectionThrottledFetcher.ExecuteMethodThread. theConnectionThe connectionprotected ThrottledFetcher.ThrottledConnectionThrottledFetcher.ThrottledInputstream. throttledConnectionThrottled connectionConstructors in org.apache.manifoldcf.crawler.connectors.rss 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.client.methods.HttpRequestBase executeMethod)ThrottledInputstream(ThrottledFetcher.ThrottledConnection throttledConnection, org.apache.manifoldcf.connectorcommon.interfaces.IStreamThrottler streamThrottler, java.io.InputStream is)Constructor.
-