public interface ConnectionFinder<C extends Connection>
| Modifier and Type | Method and Description |
|---|---|
C |
find(ContactInfo<C> cinfo,
Collection<C> idleConnections,
Collection<C> busyConnections)
Method that searches idleConnections and busyConnections for
the best connection.
|
C find(ContactInfo<C> cinfo, Collection<C> idleConnections, Collection<C> busyConnections) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.