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

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

Introduction

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

The text is from its open source code.

Method

voidcancel()
Cancel this request and all pending requests for the WebView that had the error.
voidproceed()
Proceed with the SSL certificate.
booleansendEmptyMessage(int what)
Sends a Message containing only the what value.
booleansendEmptyMessageDelayed(int what, long delayMillis)
Sends a Message containing only the what value, to be delivered after the specified amount of time elapses.