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

Direct Known Subclasses:
    PureTLSImplementation, JSSEImplementation

Method from org.apache.tomcat.util.net.SSLImplementation Summary:
getImplementationName,   getInstance,   getInstance,   getSSLSupport,   getSSLSupport,   getServerSocketFactory
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.SSLImplementation Detail:
 abstract public String getImplementationName()
 public static SSLImplementation getInstance() throws ClassNotFoundException 
 public static SSLImplementation getInstance(String className) throws ClassNotFoundException 
 abstract public SSLSupport getSSLSupport(Socket sock)
 abstract public SSLSupport getSSLSupport(SSLSession session)Deprecated! This -  method has been deprecated since it adds a JSSE
            dependency to this interface. It will be removed in versions
            after 6.0.x.

 abstract public ServerSocketFactory getServerSocketFactory()