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(IThreadContext threadContext,
String throttleGroupName,
String serverName,
int connectionLimit,
int connectionTimeoutMilliseconds,
String proxyHost,
int proxyPort,
String proxyAuthDomain,
String proxyAuthUsername,
String proxyAuthPassword,
IAbortActivity activities)
Establish a connection to a specified URL.
|