Apache Tomcat 7.0.2

org.apache.tomcat.util.net
Class AprEndpoint.SocketProcessor

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

protected class AprEndpoint.SocketProcessor
extends Object
implements Runnable

This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.


Field Summary
protected  boolean async
           
protected  long socket
           
protected  SocketStatus status
           
 
Constructor Summary
AprEndpoint.SocketProcessor(long socket)
           
AprEndpoint.SocketProcessor(long socket, boolean asyn, 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 long socket

async

protected boolean async

status

protected SocketStatus status
Constructor Detail

AprEndpoint.SocketProcessor

public AprEndpoint.SocketProcessor(long socket)

AprEndpoint.SocketProcessor

public AprEndpoint.SocketProcessor(long socket,
                                   boolean asyn,
                                   SocketStatus status)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Apache Tomcat 7.0.2

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