Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » net » jsse » [javadoc | source]
org.apache.tomcat.util.net.jsse
public class: JSSEFactory [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.net.jsse.JSSEFactory

Direct Known Subclasses:
    JSSE14Factory, JSSE13Factory, JSSE15Factory

Factory interface to construct components based on the JSSE version in use.
Method from org.apache.tomcat.util.net.jsse.JSSEFactory Summary:
getSSLSupport,   getSSLSupport,   getSocketFactory
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.jsse.JSSEFactory Detail:
 public SSLSupport getSSLSupport(Socket socket) 
    returns the SSLSupport attached to this socket.
 public SSLSupport getSSLSupport(SSLSession session) 
 public ServerSocketFactory getSocketFactory() 
    Returns the ServerSocketFactory to use.