Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
public interface

HandshakeCompletedListener

implements EventListener
javax.net.ssl.HandshakeCompletedListener

Class Overview

The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.

Summary

Public Methods
abstract void handshakeCompleted ( HandshakeCompletedEvent event)
The callback method that is invoked when a SSL handshake is completed.

Public Methods

public abstract void handshakeCompleted ( HandshakeCompletedEvent event)

Added in API level 1

The callback method that is invoked when a SSL handshake is completed.

Parameters
event the information on the completed SSL handshake event.