Uses of Class
org.eclipse.jetty.util.BlockingArrayQueue
Packages that use BlockingArrayQueue
- 
Uses of BlockingArrayQueue in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return BlockingArrayQueueModifier and TypeMethodDescriptionstatic <E> BlockingArrayQueue<E> BlockingArrayQueue.newInstance(int capacity, int maxCapacity) Creates aBlockingArrayQueuewith given initial and max capacities.