Package org.apache.tomcat.util.net
Class Nio2Endpoint.SocketProcessor
java.lang.Object
org.apache.tomcat.util.net.SocketProcessorBase<Nio2Channel>
org.apache.tomcat.util.net.Nio2Endpoint.SocketProcessor
- All Implemented Interfaces:
Runnable
- Enclosing class:
- Nio2Endpoint
This class is the equivalent of the Worker, but will simply use in an
external Executor thread pool.
-
Field Summary
Fields inherited from class org.apache.tomcat.util.net.SocketProcessorBase
event, socketWrapper
-
Constructor Summary
ConstructorDescriptionSocketProcessor
(SocketWrapperBase<Nio2Channel> socketWrapper, SocketEvent event) -
Method Summary
Methods inherited from class org.apache.tomcat.util.net.SocketProcessorBase
reset, run
-
Constructor Details
-
SocketProcessor
-
-
Method Details
-
doRun
protected void doRun()- Specified by:
doRun
in classSocketProcessorBase<Nio2Channel>
-