Uses of Interface
com.norconex.collector.http.handler.IHttpHeadersFetcher

Packages that use IHttpHeadersFetcher
com.norconex.collector.http.crawler   
com.norconex.collector.http.handler.impl   
 

Uses of IHttpHeadersFetcher in com.norconex.collector.http.crawler
 

Methods in com.norconex.collector.http.crawler that return IHttpHeadersFetcher
 IHttpHeadersFetcher HttpCrawlerConfig.getHttpHeadersFetcher()
           
 

Methods in com.norconex.collector.http.crawler with parameters of type IHttpHeadersFetcher
 void IHttpCrawlerEventListener.documentHeadersFetched(HttpCrawler crawler, String url, IHttpHeadersFetcher headersFetcher, Properties headers)
           
 void HttpCrawlerEventAdapter.documentHeadersFetched(HttpCrawler crawler, String url, IHttpHeadersFetcher headersFetcher, Properties headers)
           
 void HttpCrawlerConfig.setHttpHeadersFetcher(IHttpHeadersFetcher httpHeadersFetcher)
           
 

Uses of IHttpHeadersFetcher in com.norconex.collector.http.handler.impl
 

Classes in com.norconex.collector.http.handler.impl that implement IHttpHeadersFetcher
 class SimpleHttpHeadersFetcher
          Basic implementation of IHttpHeadersFetcher.
 



Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.