JSS 3.1.2

org.mozilla.jss.ssl
Class ServerHandshakeCB

java.lang.Object
  |
  +--org.mozilla.jss.ssl.ServerHandshakeCB
All Implemented Interfaces:
java.util.EventListener, SSLHandshakeCompletedListener

class ServerHandshakeCB
extends java.lang.Object
implements SSLHandshakeCompletedListener


Field Summary
(package private)  SSLServer sc
           
 
Constructor Summary
(package private) ServerHandshakeCB(SSLServer sc)
           
 
Method Summary
 void handshakeCompleted(SSLHandshakeCompletedEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

sc

SSLServer sc
Constructor Detail

ServerHandshakeCB

ServerHandshakeCB(SSLServer sc)
Method Detail

handshakeCompleted

public void handshakeCompleted(SSLHandshakeCompletedEvent event)
Specified by:
handshakeCompleted in interface SSLHandshakeCompletedListener

JSS 3.1.2