| Package | Description |
|---|---|
| org.jmxtrans.embedded.util.pool |
| Modifier and Type | Method and Description |
|---|---|
SocketWriter |
UDPSocketWriterPoolFactory.create(HostAndPort hostAndPort) |
SocketWriter |
SocketWriterPoolFactory.create(HostAndPort hostAndPort) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<SocketWriter> |
UDPSocketWriterPoolFactory.wrap(SocketWriter socketWriter) |
org.apache.commons.pool2.PooledObject<SocketWriter> |
SocketWriterPoolFactory.wrap(SocketWriter socketWriter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<SocketWriter> |
UDPSocketWriterPoolFactory.wrap(SocketWriter socketWriter) |
org.apache.commons.pool2.PooledObject<SocketWriter> |
SocketWriterPoolFactory.wrap(SocketWriter socketWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
UDPSocketWriterPoolFactory.destroyObject(HostAndPort hostAndPort,
org.apache.commons.pool2.PooledObject<SocketWriter> socketWriterRef) |
void |
SocketWriterPoolFactory.destroyObject(HostAndPort hostAndPort,
org.apache.commons.pool2.PooledObject<SocketWriter> socketWriterRef) |
boolean |
UDPSocketWriterPoolFactory.validateObject(HostAndPort hostAndPort,
org.apache.commons.pool2.PooledObject<SocketWriter> socketWriterRef) |
boolean |
SocketWriterPoolFactory.validateObject(HostAndPort hostAndPort,
org.apache.commons.pool2.PooledObject<SocketWriter> socketWriterRef)
Defensive approach: we test all the "
Socket.isXXX()" flags. |
Copyright © 2015. All Rights Reserved.