org.mule.transport.tcp
Interface SocketPoolFactory

All Known Implementing Classes:
DefaultSocketPoolFactory

public interface SocketPoolFactory

A factory for socket pools

Since:
2.2.6

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

Method Detail

createSocketPool

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

Parameters:
connector - the TCP connector used for configuration
Returns:
the new keyed socket pool


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