| Modifier and Type | Field and Description |
|---|---|
protected ThrottledFetcher.ThrottledConnection |
ThrottledFetcher.ExecuteMethodThread.theConnection
The connection
|
protected ThrottledFetcher.ThrottledConnection |
ThrottledFetcher.ThrottledInputstream.throttledConnection
The throttled connection we belong to
|
| Constructor and Description |
|---|
ExecuteMethodThread(ThrottledFetcher.ThrottledConnection theConnection,
org.apache.manifoldcf.connectorcommon.interfaces.IFetchThrottler fetchThrottler,
org.apache.http.client.HttpClient httpClient,
org.apache.http.HttpHost target,
org.apache.http.client.methods.HttpRequestBase executeMethod,
org.apache.http.client.CookieStore cookieStore) |
ThrottledInputstream(org.apache.manifoldcf.connectorcommon.interfaces.IStreamThrottler streamThrottler,
ThrottledFetcher.ThrottledConnection connection,
java.io.InputStream is)
Constructor.
|