to top
Android APIs
public class

SslErrorHandler

extends Handler
java.lang.Object
   ↳ android.os.Handler
     ↳ android.webkit.SslErrorHandler

Class Overview

SslErrorHandler: class responsible for handling SSL errors. This class is passed as a parameter to BrowserCallback.displaySslErrorDialog and is meant to receive the user's response.

Summary

Public Methods
void cancel()
Cancel this request and all pending requests for the WebView that had the error.
void proceed()
Proceed with the SSL certificate.
[Expand]
Inherited Methods
From class android.os.Handler
From class java.lang.Object

Public Methods

public void cancel ()

Added in API level 1

Cancel this request and all pending requests for the WebView that had the error.

public void proceed ()

Added in API level 1

Proceed with the SSL certificate.