public abstract class

AmazonSslErrorHandler

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonSslErrorHandler

Class Overview

The AmazonSslErrorHandler class is intended to be functionally equivalent to to the SslErrorHandler class. See SslErrorHandler for usage.

Summary

Public Constructors
AmazonSslErrorHandler()
Public Methods
void cancel()
The cancel() method will cancel loading after a ssl error is received, and is intended to be functionally equivalent to the cancel() method.
void proceed()
The proceed() method will proceed loading after a sll error is received, and is intended to be functionally equivalent to the proceed() method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AmazonSslErrorHandler ()

Public Methods

public void cancel ()

The cancel() method will cancel loading after a ssl error is received, and is intended to be functionally equivalent to the cancel() method. See proceed() for usage.

public void proceed ()

The proceed() method will proceed loading after a sll error is received, and is intended to be functionally equivalent to the proceed() method. See proceed() for usage.