Class HttpChannelOverFCGI.Dispatcher

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

    private static class HttpChannelOverFCGI.Dispatcher
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Dispatcher​(java.util.concurrent.Executor executor, java.lang.Runnable runnable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • executor

        private final java.util.concurrent.Executor executor
      • runnable

        private final java.lang.Runnable runnable
    • Constructor Detail

      • Dispatcher

        private Dispatcher​(java.util.concurrent.Executor executor,
                           java.lang.Runnable runnable)
    • Method Detail

      • dispatch

        public void dispatch()
      • run

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