Uses of Class
org.jmxtrans.embedded.util.net.SocketOutputStream
| Package | Description |
|---|---|
| org.jmxtrans.embedded.util.pool |
-
Uses of SocketOutputStream in org.jmxtrans.embedded.util.pool
Methods in org.jmxtrans.embedded.util.pool that return SocketOutputStream Modifier and Type Method Description SocketOutputStreamSocketOutputStreamPoolFactory. create(HostAndPort hostAndPort)Methods in org.jmxtrans.embedded.util.pool that return types with arguments of type SocketOutputStream Modifier and Type Method Description org.apache.commons.pool2.PooledObject<SocketOutputStream>SocketOutputStreamPoolFactory. wrap(SocketOutputStream outputStream)Methods in org.jmxtrans.embedded.util.pool with parameters of type SocketOutputStream Modifier and Type Method Description org.apache.commons.pool2.PooledObject<SocketOutputStream>SocketOutputStreamPoolFactory. wrap(SocketOutputStream outputStream)Method parameters in org.jmxtrans.embedded.util.pool with type arguments of type SocketOutputStream Modifier and Type Method Description voidSocketOutputStreamPoolFactory. destroyObject(HostAndPort hostAndPort, org.apache.commons.pool2.PooledObject<SocketOutputStream> socketOutputStreamRef)booleanSocketOutputStreamPoolFactory. validateObject(HostAndPort hostAndPort, org.apache.commons.pool2.PooledObject<SocketOutputStream> socketOutputStreamRef)Defensive approach: we test all the "Socket.isXXX()" flags.