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  
HttpAuthenticationFactory Provides the Http protocol implementation with the ability to authenticate when prompted.
HttpBasicAuthentication Implementation of RFC 2617 Basic Authentication.
HttpResponse An HTTP response.
 

Exception Summary
HttpAuthenticationException Can be used to identify problems during creation of Authentication objects.
 

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