ConcurrentBlockingRequestQueue.dequeue

Attempts to remove the next available socket from the queue, waiting for a pre-determined time, before timing out. If no socket becomes available, null may be returned.

class ConcurrentBlockingRequestQueue
Socket
dequeue
()

Return Value

Type: Socket

The socket that was dequeued, or null.