Uses of Class
org.apache.manifoldcf.crawler.connectors.webcrawler.ThrottledFetcher.ConnectionPool
-
-
Uses of ThrottledFetcher.ConnectionPool in org.apache.manifoldcf.crawler.connectors.webcrawler
Fields in org.apache.manifoldcf.crawler.connectors.webcrawler declared as ThrottledFetcher.ConnectionPool Modifier and Type Field Description protected ThrottledFetcher.ConnectionPoolThrottledFetcher.ThrottledConnection. myPoolConnection poolFields in org.apache.manifoldcf.crawler.connectors.webcrawler with type parameters of type ThrottledFetcher.ConnectionPool Modifier and Type Field Description protected static java.util.Map<ThrottledFetcher.ConnectionPoolKey,ThrottledFetcher.ConnectionPool>ThrottledFetcher. connectionPoolsConnection pools.Constructors in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type ThrottledFetcher.ConnectionPool Constructor Description ThrottledConnection(ThrottledFetcher.ConnectionPool myPool, org.apache.manifoldcf.connectorcommon.interfaces.IFetchThrottler fetchThrottler, java.lang.String protocol, java.lang.String server, int port, PageCredentials authentication, javax.net.ssl.SSLSocketFactory httpsSocketFactory, java.lang.String proxyHost, int proxyPort, java.lang.String proxyAuthDomain, java.lang.String proxyAuthUsername, java.lang.String proxyAuthPassword, int socketTimeoutMilliseconds, int connectionTimeoutMilliseconds)Constructor.
-