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