Example usage for Java android.webkit HttpAuthHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancel() Instructs the WebView to cancel the authentication request. |
boolean | post(Runnable r) Causes the Runnable r to be added to the message queue. |
void | proceed(String username, String password) Instructs the WebView to proceed with the authentication with the given credentials. |
boolean | useHttpAuthUsernamePassword() Gets whether the credentials stored for the current host (i.e. |