Class AprEndpoint.SocketWithOptionsProcessor

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

    protected class AprEndpoint.SocketWithOptionsProcessor
    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. This will also set the socket options and do the handshake. This is called after an accept().
    • Constructor Detail

      • SocketWithOptionsProcessor

        public SocketWithOptionsProcessor​(SocketWrapperBase<java.lang.Long> socket)
    • Method Detail

      • run

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