Class SocketOutputStreamPoolFactory

java.lang.Object
org.apache.commons.pool2.BaseKeyedPooledObjectFactory<HostAndPort,​SocketOutputStream>
org.jmxtrans.embedded.util.pool.SocketOutputStreamPoolFactory
All Implemented Interfaces:
org.apache.commons.pool2.KeyedPooledObjectFactory<HostAndPort,​SocketOutputStream>

public class SocketOutputStreamPoolFactory
extends org.apache.commons.pool2.BaseKeyedPooledObjectFactory<HostAndPort,​SocketOutputStream>
implements org.apache.commons.pool2.KeyedPooledObjectFactory<HostAndPort,​SocketOutputStream>
Factory for SocketOutputStream instances created from HostAndPort.
Author:
Cyrille Le Clerc