Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » tomcat4 » [javadoc | source]
org.apache.coyote.tomcat4
public class: CoyoteServerSocketFactory [javadoc | source]
java.lang.Object
   org.apache.coyote.tomcat4.CoyoteServerSocketFactory

All Implemented Interfaces:
    org.apache.catalina.net.ServerSocketFactory

This socket factory holds secure socket factory parameters. Besides the usual configuration mechanism based on setting JavaBeans properties, this component may also be configured by passing a series of attributes set with calls to setAttribute(). The following attribute names are recognized, with default values in square brackets:
Method from org.apache.coyote.tomcat4.CoyoteServerSocketFactory Summary:
createSocket,   createSocket,   createSocket,   getAlgorithm,   getClientAuth,   getKeystoreFile,   getKeystorePass,   getKeystoreType,   getProtocol,   getRandomFile,   getRootFile,   getSSLImplementation,   setAlgorithm,   setClientAuth,   setKeystoreFile,   setKeystorePass,   setKeystoreType,   setProtocol,   setRandomFile,   setRootFile,   setSSLImplementation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.tomcat4.CoyoteServerSocketFactory Detail:
 public ServerSocket createSocket(int port) 
 public ServerSocket createSocket(int port,
    int backlog) 
 public ServerSocket createSocket(int port,
    int backlog,
    InetAddress ifAddress) 
 public String getAlgorithm() 
 public String getClientAuth() 
 public String getKeystoreFile() 
 public String getKeystorePass() 
 public String getKeystoreType() 
 public String getProtocol() 
 public String getRandomFile() 
 public String getRootFile() 
 public String getSSLImplementation() 
 public  void setAlgorithm(String algorithm) 
 public  void setClientAuth(String clientAuth) 
 public  void setKeystoreFile(String keystoreFile) 
 public  void setKeystorePass(String keystorePass) 
 public  void setKeystoreType(String keystoreType) 
 public  void setProtocol(String protocol) 
 public  void setRandomFile(String randomFile) 
 public  void setRootFile(String rootFile) 
 public  void setSSLImplementation(String sslImplementation)