| Class | Description |
|---|---|
| SlavePool |
This class maintains a pool of slaves (represented by sockets).
|
| SocketLinkedBlockingQueue |
SocketLinkedBlockingQueue is a wrapper on LinkedBlockingQueue so
we may factor out code common to JDK14 and JDK5+ using different implementation
of LinkedBlockingQueue |