jrun.servlet.http
Class JRunSSLServerSocketFactory
jrun.servlet.http.JRunSSLServerSocketFactory
- Direct Known Subclasses:
- JRunProxySSLServerSocketFactory
- public class JRunSSLServerSocketFactory
defaultCipherSuites
public static java.lang.String[] defaultCipherSuites
supportedCipherSuites
public static java.lang.String[] supportedCipherSuites
type
public static java.lang.String type
JRunSSLServerSocketFactory
public JRunSSLServerSocketFactory()
createServerSocket
public java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
int backlog)
throws java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
int backlog,
java.net.InetAddress ifAddress)
throws java.io.IOException
getDefaultCipherSuites
public java.lang.String[] getDefaultCipherSuites()
getDefault
public static javax.net.ServerSocketFactory getDefault()
getSupportedCipherSuites
public java.lang.String[] getSupportedCipherSuites()
setType
public void setType(java.lang.String type)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.