Uses of Class
org.apache.nutch.protocol.httpclient.HttpAuthenticationException
-
Packages that use HttpAuthenticationException 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 HttpAuthenticationException in org.apache.nutch.protocol.httpclient
Constructors in org.apache.nutch.protocol.httpclient that throw HttpAuthenticationException Constructor Description HttpBasicAuthentication(String challenge, Configuration conf)
Construct an HttpBasicAuthentication for the given challenge parameters.
-