Uses of Interface
org.apache.nutch.protocol.httpclient.HttpAuthentication

Packages that use HttpAuthentication
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 HttpAuthentication in org.apache.nutch.protocol.httpclient
 

Classes in org.apache.nutch.protocol.httpclient that implement HttpAuthentication
 class HttpBasicAuthentication
          Implementation of RFC 2617 Basic Authentication.
 

Methods in org.apache.nutch.protocol.httpclient that return HttpAuthentication
 HttpAuthentication HttpAuthenticationFactory.findAuthentication(Metadata header)
           
 



Copyright © 2012 The Apache Software Foundation