Package com.rometools.fetcher.impl
Interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf
-
- Enclosing class:
- HttpClientFeedFetcher
public static interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterHttpClientMethodCreate(org.apache.commons.httpclient.HttpMethod method)Allows access to the underlying HttpClient HttpMethod object.
-
-
-
Method Detail
-
afterHttpClientMethodCreate
void afterHttpClientMethodCreate(org.apache.commons.httpclient.HttpMethod method)
Allows access to the underlying HttpClient HttpMethod object. Note that in most cases, method.setRequestHeader(String, String) is what you want to do (rather than method.addRequestHeader(String, String))- Parameters:
method-
-
-