Apache Tomcat 7.0.37

org.apache.tomcat.util.net
Class AprEndpoint.SocketWithOptionsProcessor

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

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  SocketWrapper<Long> socket
           
 
Constructor Summary
AprEndpoint.SocketWithOptionsProcessor(SocketWrapper<Long> 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

socket

protected SocketWrapper<Long> socket
Constructor Detail

AprEndpoint.SocketWithOptionsProcessor

public AprEndpoint.SocketWithOptionsProcessor(SocketWrapper<Long> socket)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Apache Tomcat 7.0.37

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