org.mule.transport.ssl
Class SslSocketFactory

java.lang.Object
  extended by org.mule.transport.tcp.AbstractTcpSocketFactory
      extended by org.mule.transport.ssl.SslSocketFactory
All Implemented Interfaces:
org.apache.commons.pool.KeyedPoolableObjectFactory

public class SslSocketFactory
extends AbstractTcpSocketFactory


Constructor Summary
SslSocketFactory(TlsConfiguration tls)
           
 
Method Summary
protected  Socket createSocket(TcpSocketKey key)
           
 
Methods inherited from class org.mule.transport.tcp.AbstractTcpSocketFactory
activateObject, destroyObject, getConnectionTimeout, makeObject, passivateObject, setConnectionTimeout, 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(TcpSocketKey key)
                       throws IOException
Specified by:
createSocket in class AbstractTcpSocketFactory
Throws:
IOException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.