| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--javax.net.SocketFactory
        |
        +--weblogic.security.SSL.SSLSocketFactory
Instances of this kind of socket factory return SSL sockets.
| Constructor Summary | |
| SSLSocketFactory() | |
| Method Summary | |
|  java.net.Socket | createSocket(java.net.InetAddress address,
             int port)Creates a new secure socket to the named host and port. | 
|  java.net.Socket | createSocket(java.net.InetAddress address,
             int port,
             java.net.InetAddress clientAddress,
             int clientPort) | 
|  java.net.Socket | createSocket(java.lang.String host,
             int port)Creates a new secure socket to the named host and port. | 
|  java.net.Socket | createSocket(java.lang.String host,
             int port,
             java.net.InetAddress clientAddress,
             int clientPort) | 
|  java.net.Socket | createSocket(java.lang.String host,
             int port,
             int timeout) | 
| static javax.net.SocketFactory | getDefault()Returns the default SSL socket factory. | 
|  java.lang.String[] | getDefaultCipherSuites()Returns the list of cipher suites that are enabled by default. | 
| protected  weblogic.security.SSL.SSLClientInfo | getSSLClientInfo() | 
|  java.lang.String[] | getSupportedCipherSuites()Returns the names of the cipher suites that can be enabled for use on an SSL connection. | 
|  void | setSSLClientInfo(weblogic.security.SSL.SSLClientInfo sslCI) | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public SSLSocketFactory()
| Method Detail | 
public static javax.net.SocketFactory getDefault()
public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
host - the server hostport - the server port
public java.net.Socket createSocket(java.lang.String host,
                                    int port,
                                    int timeout)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
public java.net.Socket createSocket(java.net.InetAddress address,
                                    int port)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
address - represents an Internet Protocol (IP) addressport - the server port
public java.net.Socket createSocket(java.lang.String host,
                                    int port,
                                    java.net.InetAddress clientAddress,
                                    int clientPort)
public java.net.Socket createSocket(java.net.InetAddress address,
                                    int port,
                                    java.net.InetAddress clientAddress,
                                    int clientPort)
public java.lang.String[] getDefaultCipherSuites()
public java.lang.String[] getSupportedCipherSuites()
public void setSSLClientInfo(weblogic.security.SSL.SSLClientInfo sslCI)
protected weblogic.security.SSL.SSLClientInfo getSSLClientInfo()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||