Uses of Class
org.apache.nutch.protocol.http.api.HttpBase

Packages that use HttpBase
org.apache.nutch.protocol.http Protocol plugin which supports retrieving documents via the http protocol. 
org.apache.nutch.protocol.http.api Common API used by HTTP plugins (http, httpclient
 

Uses of HttpBase in org.apache.nutch.protocol.http
 

Subclasses of HttpBase in org.apache.nutch.protocol.http
 class Http
           
 

Constructors in org.apache.nutch.protocol.http with parameters of type HttpBase
HttpResponse(HttpBase http, URL url, CrawlDatum datum)
           
 

Uses of HttpBase in org.apache.nutch.protocol.http.api
 

Methods in org.apache.nutch.protocol.http.api with parameters of type HttpBase
 long RobotRulesParser.getCrawlDelay(HttpBase http, URL url)
           
 RobotRulesParser.RobotRuleSet RobotRulesParser.getRobotRulesSet(HttpBase http, Text url)
           
 boolean RobotRulesParser.isAllowed(HttpBase http, URL url)
           
protected static void HttpBase.main(HttpBase http, String[] args)
           
 



Copyright © 2012 The Apache Software Foundation