|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.net.AprEndpoint.Poller
Poller class.
Field Summary | |
protected int |
addCount
|
protected long[] |
addS
|
protected long[] |
desc
|
protected int |
keepAliveCount
|
protected long |
pool
|
protected long |
serverPollset
|
Constructor Summary | |
AprEndpoint.Poller()
|
Method Summary | |
void |
add(long socket)
Add specified socket and associated pool to the poller. |
protected void |
destroy()
Destroy the poller. |
int |
getKeepAliveCount()
|
protected void |
init()
Create the poller. |
void |
run()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected long serverPollset
protected long pool
protected long[] desc
protected long[] addS
protected volatile int addCount
protected volatile int keepAliveCount
Constructor Detail |
public AprEndpoint.Poller()
Method Detail |
public int getKeepAliveCount()
protected void init()
protected void destroy()
public void add(long socket)
socket
- to add to the pollerpublic void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |