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