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

? Examples
void cancel()
Cancel this request and all pending requests for the WebView that had the error.

? Examples
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.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.