|
||||||||||
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.Sendfile
Sendfile class.
Field Summary | |
protected int |
addCount
|
protected java.util.ArrayList |
addS
|
protected long[] |
desc
|
protected long |
pool
|
protected int |
sendfileCount
|
protected java.util.HashMap |
sendfileData
|
protected long |
sendfilePollset
|
Constructor Summary | |
AprEndpoint.Sendfile()
|
Method Summary | |
boolean |
add(AprEndpoint.SendfileData data)
Add the sendfile data to the sendfile poller. |
protected void |
destroy()
Destroy the poller. |
int |
getSendfileCount()
|
protected void |
init()
Create the sendfile poller. |
protected void |
remove(AprEndpoint.SendfileData data)
Remove socket from 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 sendfilePollset
protected long pool
protected long[] desc
protected java.util.HashMap sendfileData
protected volatile int sendfileCount
protected java.util.ArrayList addS
protected volatile int addCount
Constructor Detail |
public AprEndpoint.Sendfile()
Method Detail |
public int getSendfileCount()
protected void init()
protected void destroy()
public boolean add(AprEndpoint.SendfileData data)
data
- containing the reference to the data which should be snet
protected void remove(AprEndpoint.SendfileData data)
data
- the sendfile data which should be removedpublic void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |