Class QoSFilter.QoSAsyncListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.AsyncListener
    Enclosing class:
    QoSFilter

    private class QoSFilter.QoSAsyncListener
    extends java.lang.Object
    implements javax.servlet.AsyncListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int priority  
    • Constructor Summary

      Constructors 
      Constructor Description
      QoSAsyncListener​(int priority)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete​(javax.servlet.AsyncEvent event)  
      void onError​(javax.servlet.AsyncEvent event)  
      void onStartAsync​(javax.servlet.AsyncEvent event)  
      void onTimeout​(javax.servlet.AsyncEvent event)  
      • Methods inherited from class java.lang.Object

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

      • priority

        private final int priority
    • Constructor Detail

      • QoSAsyncListener

        public QoSAsyncListener​(int priority)
    • Method Detail

      • onStartAsync

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

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

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

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