Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.net.ssl.SSLSessionBindingEvent

Uses of SSLSessionBindingEvent in javax.net.ssl
 

Methods in javax.net.ssl with parameters of type SSLSessionBindingEvent
 void SSLSessionBindingListener.valueBound(SSLSessionBindingEvent event)
          This method is called of all objects when they are bound to an SSL session.
 void SSLSessionBindingListener.valueUnbound(SSLSessionBindingEvent event)
          This method is called of all objects when they are unbound to an SSL session.