Class OtterAsyncListener

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

    public class OtterAsyncListener
    extends java.lang.Object
    implements javax.servlet.AsyncListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger LOGGER  
    • Method Summary

      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

      • LOGGER

        protected static org.slf4j.Logger LOGGER
    • Constructor Detail

      • OtterAsyncListener

        public OtterAsyncListener()
    • Method Detail

      • onComplete

        public void onComplete​(javax.servlet.AsyncEvent event)
        Specified by:
        onComplete in interface javax.servlet.AsyncListener
      • onError

        public void onError​(javax.servlet.AsyncEvent event)
        Specified by:
        onError in interface javax.servlet.AsyncListener
      • onStartAsync

        public void onStartAsync​(javax.servlet.AsyncEvent event)
        Specified by:
        onStartAsync in interface javax.servlet.AsyncListener
      • onTimeout

        public void onTimeout​(javax.servlet.AsyncEvent event)
        Specified by:
        onTimeout in interface javax.servlet.AsyncListener