Uses of Class
org.apache.nutch.protocol.httpclient.HttpBasicAuthentication

Packages that use HttpBasicAuthentication
org.apache.nutch.protocol.httpclient Protocol plugin which supports retrieving documents via the HTTP and HTTPS protocols, optionally with Basic, Digest and NTLM authentication schemes for web server as well as proxy server. 
 

Uses of HttpBasicAuthentication in org.apache.nutch.protocol.httpclient
 

Methods in org.apache.nutch.protocol.httpclient that return HttpBasicAuthentication
static HttpBasicAuthentication HttpBasicAuthentication.getAuthentication(String challenge, Configuration conf)
          This method is responsible for providing Basic authentication information.
 



Copyright © 2012 The Apache Software Foundation