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 |
---|
ThrottledFetcher.ExecuteMethodThread(ThrottledFetcher.ThrottledConnection theConnection,
IFetchThrottler fetchThrottler,
org.apache.http.client.HttpClient httpClient,
org.apache.http.client.methods.HttpRequestBase executeMethod) |
ThrottledFetcher.ThrottledInputstream(ThrottledFetcher.ThrottledConnection throttledConnection,
IStreamThrottler streamThrottler,
InputStream is)
Constructor.
|