org.mule.providers.ssl
Class SslServerSocketFactory
java.lang.Object
org.mule.providers.tcp.TcpServerSocketFactory
org.mule.providers.ssl.SslServerSocketFactory
- All Implemented Interfaces:
- SimpleServerSocketFactory
- public class SslServerSocketFactory
- extends TcpServerSocketFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslServerSocketFactory
public SslServerSocketFactory(TlsConfiguration tls)
createServerSocket
public ServerSocket createServerSocket(InetAddress address,
int port,
int backlog,
Boolean reuse)
throws IOException
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port,
int backlog,
Boolean reuse)
throws IOException
- Throws:
IOException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.