Class Overview
The AmazonSslErrorHandler class is intended to be functionally equivalent to
to the SslErrorHandler
class. See
SslErrorHandler
for usage.
Summary
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
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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.