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:
- java.lang.Runnable
 - Enclosing class:
- Nio2Endpoint
 
 protected class Nio2Endpoint.SocketProcessor extends SocketProcessorBase<Nio2Channel> 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.SocketProcessorBaseevent, socketWrapper
 
- 
 - 
Constructor SummaryConstructors Constructor Description SocketProcessor(SocketWrapperBase<Nio2Channel> socketWrapper, SocketEvent event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRun()- 
Methods inherited from class org.apache.tomcat.util.net.SocketProcessorBasereset, run
 
- 
 
- 
- 
- 
Constructor Detail- 
SocketProcessorpublic SocketProcessor(SocketWrapperBase<Nio2Channel> socketWrapper, SocketEvent event) 
 
- 
 - 
Method Detail- 
doRunprotected void doRun() - Specified by:
- doRunin class- SocketProcessorBase<Nio2Channel>
 
 
- 
 
-