Class AprEndpoint.SocketProcessor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AprEndpoint

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

      • 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<java.lang.Long>