Java android.webkit HttpAuthHandler fields, constructors, methods, implement or subclass

Example usage for Java android.webkit HttpAuthHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit HttpAuthHandler.

The text is from its open source code.

Method

voidcancel()
Instructs the WebView to cancel the authentication request.
booleanpost(Runnable r)
Causes the Runnable r to be added to the message queue.
voidproceed(String username, String password)
Instructs the WebView to proceed with the authentication with the given credentials.
booleanuseHttpAuthUsernamePassword()
Gets whether the credentials stored for the current host (i.e.