Package org.htmlunit
Class DefaultCredentialsProvider.SocksProxyAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.htmlunit.DefaultCredentialsProvider.SocksProxyAuthenticator
-
- Enclosing class:
- DefaultCredentialsProvider
private static final class DefaultCredentialsProvider.SocksProxyAuthenticator extends java.net.Authenticator
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.client.CredentialsProvider
credentialsProvider_
-
Constructor Summary
Constructors Modifier Constructor Description private
SocksProxyAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.PasswordAuthentication
getPasswordAuthentication()
-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-