org.apache.tomcat.util.net
Class NioEndpoint.SocketProcessor
java.lang.Object
   org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
- All Implemented Interfaces: 
- java.lang.Runnable
- Enclosing class:
- NioEndpoint
- protected class NioEndpoint.SocketProcessor 
- extends java.lang.Object- implements java.lang.Runnable
This class is the equivalent of the Worker, but will simply use in an
 external Executor thread pool.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
socket
protected NioChannel socket
status
protected SocketStatus status
NioEndpoint.SocketProcessor
public NioEndpoint.SocketProcessor(NioChannel socket,
                                   SocketStatus status)
reset
public void reset(NioChannel socket,
                  SocketStatus status)
- 
 
- 
 
run
public void run()
- 
- Specified by:
- runin interface- java.lang.Runnable
 
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.