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