Apache Tomcat 6.0.53

org.apache.tomcat.util.net
Class JIoEndpoint.SocketProcessor

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

protected class JIoEndpoint.SocketProcessor
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.net.Socket socket
           
 
Constructor Summary
JIoEndpoint.SocketProcessor(java.net.Socket 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 java.net.Socket socket
Constructor Detail

JIoEndpoint.SocketProcessor

public JIoEndpoint.SocketProcessor(java.net.Socket socket)
Method Detail

run

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

Apache Tomcat 6.0.53

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