FileDocCategorySizeDatePackage
SslErrorHandler.javaAPI DocAndroid 5.1 API1411Thu Mar 12 22:22:10 GMT 2015android.webkit

SslErrorHandler

public class SslErrorHandler extends android.os.Handler
Represents a request for handling an SSL error. Instances of this class are created by the WebView and passed to {@link WebViewClient#onReceivedSslError}. The host application must call either {@link #proceed} or {@link #cancel} to set the WebView's response to the request.

Fields Summary
Constructors Summary
public SslErrorHandler()

hide
Only for use by WebViewProvider implementations.

Methods Summary
public voidcancel()
Cancel this request and all pending requests for the WebView that had the error.

public voidproceed()
Proceed with the SSL certificate.