org.mule.transport.tcp
Class DefaultSocketPoolFactory

java.lang.Object
  extended by org.mule.transport.tcp.DefaultSocketPoolFactory
All Implemented Interfaces:
SocketPoolFactory

public class DefaultSocketPoolFactory
extends Object
implements SocketPoolFactory

Default implementation of SocketPoolFactory

Since:
2.2.6

Constructor Summary
DefaultSocketPoolFactory()
           
 
Method Summary
 KeyedObjectPool createSocketPool(TcpConnector connector)
          Creates a keyed socket pool using the information in the TCP connector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSocketPoolFactory

public DefaultSocketPoolFactory()
Method Detail

createSocketPool

public KeyedObjectPool createSocketPool(TcpConnector connector)
Creates a keyed socket pool using the information in the TCP connector

Specified by:
createSocketPool in interface SocketPoolFactory
Parameters:
connector - the TCP connector used for configuration
Returns:
the new keyed socket pool


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