org.mule.providers.ssl
Class SslSocketFactory

java.lang.Object
  extended by org.mule.providers.tcp.TcpSocketFactory
      extended by org.mule.providers.ssl.SslSocketFactory
All Implemented Interfaces:
KeyedPoolableObjectFactory, PooledSocketFactory

public class SslSocketFactory
extends TcpSocketFactory


Constructor Summary
SslSocketFactory(TlsConfiguration tls)
           
 
Method Summary
protected  Socket createSocket(int port, InetAddress inetAddress)
           
 
Methods inherited from class org.mule.providers.tcp.TcpSocketFactory
activateObject, destroyObject, makeObject, passivateObject, validateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslSocketFactory

public SslSocketFactory(TlsConfiguration tls)
Method Detail

createSocket

protected Socket createSocket(int port,
                              InetAddress inetAddress)
                       throws IOException
Overrides:
createSocket in class TcpSocketFactory
Throws:
IOException


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