Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.IThrottledConnection
-
-
Uses of IThrottledConnection in org.apache.manifoldcf.crawler.connectors.webcrawler
Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement IThrottledConnection Modifier and Type Class Description protected static classThrottledFetcher.ThrottledConnectionThrottled connections.Fields in org.apache.manifoldcf.crawler.connectors.webcrawler with type parameters of type IThrottledConnection Modifier and Type Field Description protected java.util.List<IThrottledConnection>ThrottledFetcher.ConnectionPool. connectionsThe actual pool of connectionsMethods in org.apache.manifoldcf.crawler.connectors.webcrawler that return IThrottledConnection Modifier and Type Method Description static IThrottledConnectionThrottledFetcher. getConnection(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, java.lang.String throttleGroupName, java.lang.String protocol, java.lang.String server, int port, PageCredentials authentication, org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager trustStore, org.apache.manifoldcf.connectorcommon.interfaces.IThrottleSpec throttleDescription, java.lang.String[] binNames, int connectionLimit, java.lang.String proxyHost, int proxyPort, java.lang.String proxyAuthDomain, java.lang.String proxyAuthUsername, java.lang.String proxyAuthPassword, int socketTimeoutMilliseconds, int connectionTimeoutMilliseconds, org.apache.manifoldcf.crawler.interfaces.IAbortActivity activities)Obtain a connection to specified protocol, server, and port.IThrottledConnectionThrottledFetcher.ConnectionPool. grab(org.apache.manifoldcf.crawler.interfaces.IAbortActivity activities)Methods in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type IThrottledConnection Modifier and Type Method Description java.lang.StringDataCache. addData(org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, java.lang.String documentIdentifier, IThrottledConnection connection)Add a data entry into the cache.voidThrottledFetcher.ConnectionPool. release(IThrottledConnection connection)
-