public abstract class HandshakeListener extends Object
HandshakeCompletedListener, but used for listening directly
to the engine. Allows the caller to be notified immediately upon completion of the TLS handshake.| Constructor and Description |
|---|
HandshakeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onHandshakeFinished()
Called by the engine when the TLS handshake has completed.
|
public abstract void onHandshakeFinished()
throws SSLException
SSLException