Uses of Class
org.apache.nutch.protocol.httpclient.HttpBasicAuthentication
Packages that use HttpBasicAuthentication
Package
Description
Protocol plugin which supports retrieving documents via the HTTP andHTTPS
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 HttpBasicAuthenticationModifier and TypeMethodDescriptionstatic HttpBasicAuthenticationHttpBasicAuthentication.getAuthentication(String challenge, Configuration conf) This method is responsible for providing Basic authentication information.