|
Apache Tomcat 7.0.27 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.util.net.AprEndpoint.SocketProcessor
protected class AprEndpoint.SocketProcessor
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
Field Summary | |
---|---|
protected SocketWrapper<java.lang.Long> |
socket
|
protected SocketStatus |
status
|
Constructor Summary | |
---|---|
AprEndpoint.SocketProcessor(SocketWrapper<java.lang.Long> socket,
SocketStatus status)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SocketWrapper<java.lang.Long> socket
protected SocketStatus status
Constructor Detail |
---|
public AprEndpoint.SocketProcessor(SocketWrapper<java.lang.Long> socket, SocketStatus status)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
Apache Tomcat 7.0.27 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |