|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.security.sslclient.MyListener
MyListener implements the interface javax.net.ssl.HandshakeCompletedListener
and shows the user how to receive
notifications about the completion of an SSL protocol handshake
on a given SSL connection.
It also shows the user the number of times an SSL handshake takes
place on a given SSL connection.
| Constructor Summary | |
MyListener()
|
|
| Method Summary | |
void |
handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MyListener()
| Method Detail |
public void handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
handshakeCompleted in interface javax.net.ssl.HandshakeCompletedListener
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||