ConcurrentBlockingRequestQueue.enqueue

Adds a socket to the queue, using synchronization on this queue instance for thread-safety.

class ConcurrentBlockingRequestQueue
void
enqueue
(
Socket s
)

Parameters

s Socket

The socket to add to the queue.