org.mule.providers.ssl
Class SslServerSocketFactory

java.lang.Object
  extended by org.mule.providers.ssl.SslServerSocketFactory

public class SslServerSocketFactory
extends Object


Method Summary
protected  ServerSocket createServerSocket(int port, int backlog)
           
protected  ServerSocket createServerSocket(int port, int backlog, InetAddress address)
           
protected  ServerSocket createServerSocket(URI uri, int backlog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createServerSocket

protected ServerSocket createServerSocket(URI uri,
                                          int backlog)
                                   throws IOException,
                                          NoSuchAlgorithmException,
                                          KeyManagementException
Throws:
IOException
NoSuchAlgorithmException
KeyManagementException

createServerSocket

protected ServerSocket createServerSocket(int port,
                                          int backlog,
                                          InetAddress address)
                                   throws IOException,
                                          NoSuchAlgorithmException,
                                          KeyManagementException
Throws:
IOException
NoSuchAlgorithmException
KeyManagementException

createServerSocket

protected ServerSocket createServerSocket(int port,
                                          int backlog)
                                   throws IOException,
                                          NoSuchAlgorithmException,
                                          KeyManagementException
Throws:
IOException
NoSuchAlgorithmException
KeyManagementException


Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.