org.apache.tomcat.util.net

Class JIoEndpoint.SocketProcessor

protected class JIoEndpoint.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 Socketsocket
Constructor Summary
SocketProcessor(Socket socket)
Method Summary
voidrun()

Field Detail

socket

protected Socket socket

Constructor Detail

SocketProcessor

public SocketProcessor(Socket socket)

Method Detail

run

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