private class AbstractPollingIoAcceptor.Acceptor
extends java.lang.Object
implements java.lang.Runnable
| Modifier | Constructor and Description |
|---|---|
private |
Acceptor() |
| Modifier and Type | Method and Description |
|---|---|
private void |
processHandles(java.util.Iterator<H> handles)
This method will process new sessions for the Worker class.
|
void |
run() |
public void run()
run in interface java.lang.Runnableprivate void processHandles(java.util.Iterator<H> handles) throws java.lang.Exception
java.lang.Exception