org.apache.tomcat.util.net.jsse
Class JSSEFactory
java.lang.Object
org.apache.tomcat.util.net.jsse.JSSEFactory
public class JSSEFactory
- extends Object
Factory interface to construct components based on the JSSE version
in use.
- Author:
- Bill Barker, Filip Hanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSSEFactory
public JSSEFactory()
getSocketFactory
public ServerSocketFactory getSocketFactory()
- Returns the ServerSocketFactory to use.
getSSLSupport
public SSLSupport getSSLSupport(Socket socket)
- returns the SSLSupport attached to this socket.
getSSLSupport
public SSLSupport getSSLSupport(SSLSession session)
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.