|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.listener.SSLHandshakeListener
public class SSLHandshakeListener
SSLHandshakeListener
implements the SSL Handshake Listener
in order to detect a successful SSL connection. It then passes this information
on to the external SSLListener.
Constructor Summary | |
---|---|
SSLHandshakeListener(org.slf4j.Logger logger,
SSLSessionListener listener)
|
Method Summary | |
---|---|
void |
handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
handshakeCompleted is the implementation that is invoked
when a SSL handshake is completed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLHandshakeListener(org.slf4j.Logger logger, SSLSessionListener listener)
Method Detail |
---|
public void handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
handshakeCompleted
is the implementation that is invoked
when a SSL handshake is completed.
The getPeerCertificateChain method is used to ensure backward
compatibility with JDK 1.3
handshakeCompleted
in interface javax.net.ssl.HandshakeCompletedListener
event
- a HandshakeCompletedEvent
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |