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