org.apache.tomcat.util.net

Class AprEndpoint.SocketEventProcessor

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.
Field Summary
protected longsocket
protected SocketStatusstatus
Constructor Summary
SocketEventProcessor(long socket, SocketStatus status)
Method Summary
voidrun()

Field Detail

socket

protected long socket

status

protected SocketStatus status

Constructor Detail

SocketEventProcessor

public SocketEventProcessor(long socket, SocketStatus status)

Method Detail

run

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