Class AprEndpoint.SocketProcessor

java.lang.Object
org.apache.tomcat.util.net.SocketProcessorBase<Long>
org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
All Implemented Interfaces:
Runnable
Enclosing class:
AprEndpoint

protected class AprEndpoint.SocketProcessor extends SocketProcessorBase<Long>
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
  • Constructor Details

  • Method Details

    • doRun

      protected void doRun()
      Description copied from class: SocketProcessorBase
      Performs the actual socket processing work. Subclasses implement this method to define the specific processing logic for each endpoint type.
      Specified by:
      doRun in class SocketProcessorBase<Long>