org.apache.tomcat.util.net

Class AprEndpoint.SocketWithOptionsProcessor

protected class AprEndpoint.SocketWithOptionsProcessor extends Object implements Runnable

This class is the equivalent of the Worker, but will simply use in an external Executor thread pool. This will also set the socket options and do the handshake.
Field Summary
protected longsocket
Constructor Summary
SocketWithOptionsProcessor(long socket)
Method Summary
voidrun()

Field Detail

socket

protected long socket

Constructor Detail

SocketWithOptionsProcessor

public SocketWithOptionsProcessor(long socket)

Method Detail

run

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