public class SocketLinkedBlockingQueue extends LinkedBlockingQueue<Socket>
SocketLinkedBlockingQueue
is a wrapper on LinkedBlockingQueue so
we may factor out code common to JDK14 and JDK5+ using different implementation
of LinkedBlockingQueueConstructor and Description |
---|
SocketLinkedBlockingQueue() |
clear, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toString
add, addAll, element, remove
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
Copyright © 2016. All rights reserved.