Package org.dogtagpki.server
Class PKIClientSocketListener
- java.lang.Object
-
- org.dogtagpki.server.PKIClientSocketListener
-
- All Implemented Interfaces:
java.util.EventListener,org.mozilla.jss.ssl.SSLHandshakeCompletedListener,org.mozilla.jss.ssl.SSLSocketListener
public class PKIClientSocketListener extends java.lang.Object implements org.mozilla.jss.ssl.SSLSocketListener
-
-
Constructor Summary
Constructors Constructor Description PKIClientSocketListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalertReceived(org.mozilla.jss.ssl.SSLAlertEvent event)voidalertSent(org.mozilla.jss.ssl.SSLAlertEvent event)voidhandshakeCompleted(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event)
-
-
-
Method Detail
-
alertReceived
public void alertReceived(org.mozilla.jss.ssl.SSLAlertEvent event)
- Specified by:
alertReceivedin interfaceorg.mozilla.jss.ssl.SSLSocketListener
-
alertSent
public void alertSent(org.mozilla.jss.ssl.SSLAlertEvent event)
- Specified by:
alertSentin interfaceorg.mozilla.jss.ssl.SSLSocketListener
-
handshakeCompleted
public void handshakeCompleted(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event)
- Specified by:
handshakeCompletedin interfaceorg.mozilla.jss.ssl.SSLHandshakeCompletedListener
-
-