Interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf

  • Enclosing class:
    HttpClientFeedFetcher

    public static interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf
    • 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 -