Uses of Interface
org.apache.nutch.protocol.httpclient.HttpAuthentication
-
Packages that use HttpAuthentication 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 HttpAuthentication in org.apache.nutch.protocol.httpclient
Classes in org.apache.nutch.protocol.httpclient that implement HttpAuthentication Modifier and Type Class Description class
HttpBasicAuthentication
Implementation of RFC 2617 Basic Authentication.Methods in org.apache.nutch.protocol.httpclient that return HttpAuthentication Modifier and Type Method Description HttpAuthentication
HttpAuthenticationFactory. findAuthentication(Metadata header)
-