FileDocCategorySizeDatePackage
HandshakeCompletedListener.javaAPI DocAndroid 1.5 API1383Wed May 06 22:41:06 BST 2009javax.net.ssl

HandshakeCompletedListener

public interface HandshakeCompletedListener implements EventListener
The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidhandshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
The callback method that is invoked when a SSL handshake is completed.

param
event the information on the completed SSL handshake event.
since
Android 1.0