|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.util.net.AprEndpoint.Sendfile
public class AprEndpoint.Sendfile
Field Summary | |
---|---|
protected ArrayList<AprEndpoint.SendfileData> |
addS
|
protected long[] |
desc
|
protected long |
pool
|
protected int |
sendfileCount
|
protected HashMap<Long,AprEndpoint.SendfileData> |
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 HashMap<Long,AprEndpoint.SendfileData> sendfileData
protected int sendfileCount
protected ArrayList<AprEndpoint.SendfileData> addS
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 Runnable
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |