Class HttpAuthenticationFactory

java.lang.Object
org.apache.nutch.protocol.httpclient.HttpAuthenticationFactory
All Implemented Interfaces:
Configurable

public class HttpAuthenticationFactory extends Object implements Configurable
Provides the Http protocol implementation with the ability to authenticate when prompted. The goal is to provide multiple authentication types but for now just the HttpBasicAuthentication authentication type is provided.
Author:
Matt Tencati
See Also: