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

All Implemented Interfaces:
    Cloneable

SSL server socket factory--wraps PureTLS
Field Summary
static  Log logger     
static  String defaultProtocol     
static  boolean defaultClientAuth     
static  String defaultKeyStoreFile     
static  String defaultKeyPass     
static  String defaultRootFile     
static  String defaultRandomFile     
Fields inherited from org.apache.tomcat.util.net.ServerSocketFactory:
attributes
Constructor:
 public PureTLSSocketFactory() 
Method from org.apache.tomcat.util.net.puretls.PureTLSSocketFactory Summary:
acceptSocket,   createSocket,   createSocket,   createSocket,   handshake
Methods from org.apache.tomcat.util.net.ServerSocketFactory:
acceptSocket,   createSocket,   createSocket,   createSocket,   getDefault,   handshake,   initSocket,   setAttribute
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.puretls.PureTLSSocketFactory Detail:
 public Socket acceptSocket(ServerSocket socket) throws IOException 
 public ServerSocket createSocket(int port) throws IOException 
 public ServerSocket createSocket(int port,
    int backlog) throws IOException 
 public ServerSocket createSocket(int port,
    int backlog,
    InetAddress ifAddress) throws IOException 
 public  void handshake(Socket sock) throws IOException