org.apache.tomcat.util.net

Class AprEndpoint.SocketProcessor

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 longsocket
Constructor Summary
SocketProcessor(long socket)
Method Summary
voidrun()

Field Detail

socket

protected long socket

Constructor Detail

SocketProcessor

public SocketProcessor(long socket)

Method Detail

run

public void run()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.