|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ) |
org.apache.nutch.protocol.httpclient | Protocol plugin which supports retrieving documents via the HTTP protocol. |
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 | |
boolean |
RobotRulesParser.isAllowed(HttpBase http,
URL url)
|
long |
RobotRulesParser.getCrawlDelay(HttpBase http,
URL url)
|
protected static void |
HttpBase.main(HttpBase http,
String[] args)
|
Uses of HttpBase in org.apache.nutch.protocol.httpclient |
Constructors in org.apache.nutch.protocol.httpclient with parameters of type HttpBase | |
HttpResponse(HttpBase http,
URL url,
CrawlDatum datum)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |