org.apache.tomcat.util.net
protected class JIoEndpoint.Worker extends Object implements Runnable
Field Summary | |
---|---|
protected boolean | available |
protected Socket | socket |
protected Thread | thread |
Method Summary | |
---|---|
void | run()
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor. |
void | start()
Start the background processing thread. |