com.norconex.collector.http.handler
Interface IHttpClientInitializer
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultHttpClientInitializer
public interface IHttpClientInitializer
- extends Serializable
Initializes an HTTP Connection.
Implementors also implementing IXMLConfigurable must name their XML tag
httpClientInitializer
to ensure it gets loaded properly.
- Author:
- Pascal Essiembre
initializeHTTPClient
void initializeHTTPClient(org.apache.http.impl.client.DefaultHttpClient httpClient)
Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.