Class QoSFilter.QoSAsyncListener

java.lang.Object
org.eclipse.jetty.servlets.QoSFilter.QoSAsyncListener
All Implemented Interfaces:
EventListener, javax.servlet.AsyncListener
Enclosing class:
QoSFilter

private class QoSFilter.QoSAsyncListener extends Object implements javax.servlet.AsyncListener
  • Field Details

    • priority

      private final int priority
  • Constructor Details

    • QoSAsyncListener

      public QoSAsyncListener(int priority)
  • Method Details

    • onStartAsync

      public void onStartAsync(javax.servlet.AsyncEvent event) throws IOException
      Specified by:
      onStartAsync in interface javax.servlet.AsyncListener
      Throws:
      IOException
    • onComplete

      public void onComplete(javax.servlet.AsyncEvent event) throws IOException
      Specified by:
      onComplete in interface javax.servlet.AsyncListener
      Throws:
      IOException
    • onTimeout

      public void onTimeout(javax.servlet.AsyncEvent event) throws IOException
      Specified by:
      onTimeout in interface javax.servlet.AsyncListener
      Throws:
      IOException
    • onError

      public void onError(javax.servlet.AsyncEvent event) throws IOException
      Specified by:
      onError in interface javax.servlet.AsyncListener
      Throws:
      IOException