| Modifier and Type | Class and Description |
|---|---|
protected static class |
ThrottledFetcher.ThrottledConnection
This class represents an established connection to a URL.
|
| Modifier and Type | Method and Description |
|---|---|
IThrottledConnection |
ThrottledFetcher.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.
|