Modifier and Type | Field and Description |
---|---|
protected ThrottledFetcher.ConnectionPool |
ThrottledFetcher.ThrottledConnection.myPool
Connection pool
|
Modifier and Type | Field and Description |
---|---|
protected static Map<ThrottledFetcher.ConnectionPoolKey,ThrottledFetcher.ConnectionPool> |
ThrottledFetcher.connectionPools
Connection pools.
|
Constructor and Description |
---|
ThrottledFetcher.ThrottledConnection(ThrottledFetcher.ConnectionPool myPool,
IFetchThrottler fetchThrottler,
String protocol,
String server,
int port,
PageCredentials authentication,
SSLSocketFactory httpsSocketFactory,
String proxyHost,
int proxyPort,
String proxyAuthDomain,
String proxyAuthUsername,
String proxyAuthPassword,
int socketTimeoutMilliseconds,
int connectionTimeoutMilliseconds)
Constructor.
|