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