org.apache.tomcat.util.net
Class NioEndpoint.SocketOptionsProcessor

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

protected class NioEndpoint.SocketOptionsProcessor
extends java.lang.Object
implements java.lang.Runnable

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


Field Summary
protected  java.nio.channels.SocketChannel sc
           
 
Constructor Summary
NioEndpoint.SocketOptionsProcessor(java.nio.channels.SocketChannel socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sc

protected java.nio.channels.SocketChannel sc
Constructor Detail

NioEndpoint.SocketOptionsProcessor

public NioEndpoint.SocketOptionsProcessor(java.nio.channels.SocketChannel socket)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


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