Android
android.webkit
public class

android.webkit.SslErrorHandler

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

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  handleMessage(Message msg)
Subclasses must implement this to receive messages.
          void  proceed()
Proceed with the SSL certificate.
Methods inherited from class android.os.Handler
Methods inherited from class java.lang.Object

Details

Public Methods

public void cancel()

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

public void handleMessage(Message msg)

Subclasses must implement this to receive messages.

public void proceed()

Proceed with the SSL certificate.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48