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

    • DelayedProcess

      protected DelayedProcess(Handler handler, Request request, Response response, org.eclipse.jetty.util.Callback callback)
  • Method Details

    • getHandler

      protected Handler getHandler()
    • getRequest

      protected Request getRequest()
    • getResponse

      protected Response getResponse()
    • getCallback

      protected org.eclipse.jetty.util.Callback getCallback()
    • process

      protected void process()
    • delay

      protected abstract void delay() throws Exception
      Throws:
      Exception