Package org.mozilla.jss.ssl
Interface SSLHandshakeCompletedListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Subinterfaces:
SSLSocketListener
public interface SSLHandshakeCompletedListener extends java.util.EventListener
This interface is used when you want to know that a security handshake is complete.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handshakeCompleted(SSLHandshakeCompletedEvent event)
-
-
-
Method Detail
-
handshakeCompleted
void handshakeCompleted(SSLHandshakeCompletedEvent event)
-
-