Uses of Class
org.apache.nutch.protocol.httpclient.HttpBasicAuthentication
-
Packages that use HttpBasicAuthentication Package Description org.apache.nutch.protocol.httpclient 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 HttpBasicAuthentication Modifier and Type Method Description static HttpBasicAuthentication
HttpBasicAuthentication. getAuthentication(String challenge, Configuration conf)
This method is responsible for providing Basic authentication information.
-