Uses of Interface
org.mule.providers.tcp.PooledSocketFactory

Packages that use PooledSocketFactory
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.tcp Provides tcp connectivity for Mule
 

Uses of PooledSocketFactory in org.mule.providers.ssl
 

Classes in org.mule.providers.ssl that implement PooledSocketFactory
 class SslSocketFactory
           
 

Uses of PooledSocketFactory in org.mule.providers.tcp
 

Classes in org.mule.providers.tcp that implement PooledSocketFactory
 class TcpSocketFactory
          Creates a client socket using the host and port address supplied in the endpoint URI.
 

Methods in org.mule.providers.tcp that return PooledSocketFactory
protected  PooledSocketFactory TcpConnector.getSocketFactory()
           
 

Methods in org.mule.providers.tcp with parameters of type PooledSocketFactory
protected  void TcpConnector.setSocketFactory(PooledSocketFactory socketFactory)
           
 



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