org.rometools.fetcher.impl
Interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf

Enclosing class:
HttpClientFeedFetcher

public static interface HttpClientFeedFetcher.HttpClientMethodCallbackIntf


Method Summary
 void afterHttpClientMethodCreate(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 -


Copyright © 2004-2013 ROME Project. All Rights Reserved.