Class TimeoutCompleteListener

    • Constructor Summary

      Constructors 
      Constructor Description
      TimeoutCompleteListener​(org.eclipse.jetty.util.thread.Scheduler scheduler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete​(Result result)
      Callback method invoked when the request and the response have been processed, either successfully or not.
      void onTimeoutExpired()  
      • Methods inherited from class org.eclipse.jetty.io.CyclicTimeout

        cancel, destroy, getScheduler, schedule
      • Methods inherited from class java.lang.Object

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

      • TimeoutCompleteListener

        public TimeoutCompleteListener​(org.eclipse.jetty.util.thread.Scheduler scheduler)
    • Method Detail

      • onTimeoutExpired

        public void onTimeoutExpired()
        Specified by:
        onTimeoutExpired in class org.eclipse.jetty.io.CyclicTimeout