Example usage for Java android.webkit SslErrorHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancel() Cancel this request and all pending requests for the WebView that had the error. |
void | proceed() Proceed with the SSL certificate. |
boolean | sendEmptyMessage(int what) Sends a Message containing only the what value. |
boolean | sendEmptyMessageDelayed(int what, long delayMillis) Sends a Message containing only the what value, to be delivered after the specified amount of time elapses. |