Cross-Platform C++

ot::ssl
class HandshakeCompletedListener  (abstract)

#include "ot/ssl/HandshakeCompletedListener.h"

ot::ManagedObject Abstract event listener interface class, implemented by clients wishing to be notified when a SSL handshake event completes on a SSLSocket. Applications may wish to implement this interface to be informed of handshake completions, but note that this doesn't offer the capability to influence the success or otherwise of the SSL handshake procedure.

See also:
SSLSocket::addHandshakeCompletedListener()



Method Summary
 virtual void handshakeCompleted(const HandshakeCompletedEvent& event)=0
         Called when a SSL handshake completes.

Methods inherited from class ot::ManagedObject
addRef(), getRefCount(), onFinalRelease(), operator=(const ManagedObject&), release()

Method Detail

handshakeCompleted

virtual void handshakeCompleted(const HandshakeCompletedEvent& event)=0
Called when a SSL handshake completes.

Exceptions:
Exception - when an error occurs. Exceptions thrown by this function are caught and silently discarded by the OpenTop SSL framework.


Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements