Uses of Interface
org.apache.manifoldcf.crawler.connectors.rss.IThrottledConnection
-
-
Uses of IThrottledConnection in org.apache.manifoldcf.crawler.connectors.rss
Classes in org.apache.manifoldcf.crawler.connectors.rss that implement IThrottledConnection Modifier and Type Class Description protected static classThrottledFetcher.ThrottledConnectionThis class represents an established connection to a URL.Methods in org.apache.manifoldcf.crawler.connectors.rss that return IThrottledConnection Modifier and Type Method Description IThrottledConnectionThrottledFetcher. createConnection(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, java.lang.String throttleGroupName, java.lang.String serverName, int connectionLimit, int connectionTimeoutMilliseconds, java.lang.String proxyHost, int proxyPort, java.lang.String proxyAuthDomain, java.lang.String proxyAuthUsername, java.lang.String proxyAuthPassword, org.apache.manifoldcf.crawler.interfaces.IAbortActivity activities)Establish a connection to a specified URL.
-