Uses of Interface
org.jacorb.orb.listener.SSLSessionListener

Packages that use SSLSessionListener
org.jacorb.orb.factory   
org.jacorb.orb.listener   
 

Uses of SSLSessionListener in org.jacorb.orb.factory
 

Methods in org.jacorb.orb.factory that return SSLSessionListener
 SSLSessionListener SocketFactoryManager.getSSLListener()
          getSSLListener provides an accessor for the instantiated SSLConnectionListener.
 

Uses of SSLSessionListener in org.jacorb.orb.listener
 

Classes in org.jacorb.orb.listener that implement SSLSessionListener
 class NullSSLSessionListener
          empty implementation of the SSLSessionListener interface
 

Constructors in org.jacorb.orb.listener with parameters of type SSLSessionListener
SSLHandshakeListener(org.apache.avalon.framework.logger.Logger logger, SSLSessionListener listener)