Package org.apache.nutch.protocol.httpclient

Protocol plugin which supports retrieving documents via the HTTP protocol.

See:
          Description

Interface Summary
HttpAuthentication The base level of services required for Http Authentication
 

Class Summary
DummySSLProtocolSocketFactory  
DummyX509TrustManager  
Http An implementation of the Http protocol.
HttpAuthenticationFactory Provides the Http protocol implementation with the ability to authenticate when prompted.
HttpBasicAuthentication Implementation of RFC 2617 Basic Authentication.
HttpResponse An HTTP response.
MultiProperties An extension to Properties which allows multiple values for a single key.
RobotRulesParser This class handles the parsing of robots.txt files.
RobotRulesParser.RobotRuleSet This class holds the rules which were parsed from a robots.txt file, and can test paths against those rules.
 

Exception Summary
HttpAuthenticationException Can be used to identify problems during creation of Authentication objects.
HttpError Thrown for HTTP error codes.
HttpException  
 

Package org.apache.nutch.protocol.httpclient Description

Protocol plugin which supports retrieving documents via the HTTP protocol.

This plugin is based on Jakarta Commons HttpClient library, and handles also HTTPS and cookies.



Copyright © 2006 The Apache Software Foundation