org.apache.tomcat.util.net
public static class NioEndpoint.TaskQueue extends LinkedBlockingQueue<Runnable>
Constructor Summary | |
---|---|
TaskQueue() | |
TaskQueue(int initialCapacity) | |
TaskQueue(Collection<? extends Runnable> c) |
Method Summary | |
---|---|
boolean | offer(Runnable o) |
void | setParent(ThreadPoolExecutor tp, NioEndpoint ep) |