Class DelayedHandler.DelayedProcess

java.lang.Object
org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
Direct Known Subclasses:
DelayedHandler.UntilContentDelayedProcess, DelayedHandler.UntilFormDelayedProcess
Enclosing class:
DelayedHandler

protected abstract static class DelayedHandler.DelayedProcess extends Object
  • Constructor Details

  • Method Details

    • getHandler

      protected Handler getHandler()
    • getRequest

      protected Request getRequest()
    • getResponse

      protected Response getResponse()
    • getCallback

      protected Callback getCallback()
    • process

      protected void process()
    • delay

      protected abstract void delay() throws Exception
      Throws:
      Exception