jrun.servlet.http
Class JRunSSLServerSocketFactory

jrun.servlet.http.JRunSSLServerSocketFactory
Direct Known Subclasses:
JRunProxySSLServerSocketFactory

public class JRunSSLServerSocketFactory


Field Summary
static java.lang.String[] defaultCipherSuites
           
static java.lang.String[] supportedCipherSuites
           
static java.lang.String type
           
 
Constructor Summary
JRunSSLServerSocketFactory()
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 java.net.ServerSocket createServerSocket(int port, int backlog)
           
 java.net.ServerSocket createServerSocket(int port, int backlog, java.net.InetAddress ifAddress)
           
static javax.net.ServerSocketFactory getDefault()
           
 java.lang.String[] getDefaultCipherSuites()
           
 java.lang.String[] getSupportedCipherSuites()
           
 void setType(java.lang.String type)
           
 

Field Detail

defaultCipherSuites

public static java.lang.String[] defaultCipherSuites

supportedCipherSuites

public static java.lang.String[] supportedCipherSuites

type

public static java.lang.String type
Constructor Detail

JRunSSLServerSocketFactory

public JRunSSLServerSocketFactory()
Method Detail

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.