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 |
---|
ThrottledFetcher.ExecuteMethodThread(ThrottledFetcher.ThrottledConnection theConnection,
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) |
ThrottledFetcher.ThrottledInputstream(IStreamThrottler streamThrottler,
ThrottledFetcher.ThrottledConnection connection,
InputStream is)
Constructor.
|