org.apache.tomcat.util.net
Class JIoEndpoint.SocketEventProcessor

java.lang.Object
  extended by org.apache.tomcat.util.net.JIoEndpoint.SocketEventProcessor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JIoEndpoint

protected class JIoEndpoint.SocketEventProcessor
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.


Field Summary
protected  java.net.Socket socket
           
protected  SocketStatus status
           
 
Constructor Summary
JIoEndpoint.SocketEventProcessor(java.net.Socket 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

socket

protected java.net.Socket socket

status

protected SocketStatus status
Constructor Detail

JIoEndpoint.SocketEventProcessor

public JIoEndpoint.SocketEventProcessor(java.net.Socket socket,
                                        SocketStatus status)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.