org.mule.transport.tcp
Class DefaultSocketPoolFactory
java.lang.Object
org.mule.transport.tcp.DefaultSocketPoolFactory
- All Implemented Interfaces:
- SocketPoolFactory
public class DefaultSocketPoolFactory
- extends Object
- implements SocketPoolFactory
Default implementation of SocketPoolFactory
- Since:
- 2.2.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSocketPoolFactory
public DefaultSocketPoolFactory()
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.