org.apache.tomcat.util.net
protected class NioBlockingSelector.BlockPoller extends Thread
| Field Summary | |
|---|---|
| protected ConcurrentLinkedQueue<Runnable> | events |
| protected boolean | run |
| protected Selector | selector |
| protected AtomicInteger | wakeupCounter |
| Method Summary | |
|---|---|
| void | add(NioEndpoint.KeyAttachment key, int ops, NioBlockingSelector.KeyReference ref) |
| void | cancel(SelectionKey sk, NioEndpoint.KeyAttachment key, int ops) |
| void | cancelKey(SelectionKey key) |
| void | countDown(CountDownLatch latch) |
| void | disable() |
| boolean | events() |
| void | remove(NioEndpoint.KeyAttachment key, int ops) |
| void | run() |
| void | wakeup() |