WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.security.sslclient
Class MyListener

java.lang.Object
  |
  +--examples.security.sslclient.MyListener
All Implemented Interfaces:
java.util.EventListener, javax.net.ssl.HandshakeCompletedListener

public class MyListener
extends java.lang.Object
implements javax.net.ssl.HandshakeCompletedListener

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyListener

public MyListener()
Method Detail

handshakeCompleted

public void handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
Specified by:
handshakeCompleted in interface javax.net.ssl.HandshakeCompletedListener

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.