Interface ExpectationHandler


  • public interface ExpectationHandler
    Created by jdcasey on 11/11/15.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
    • Method Detail

      • handle

        void handle​(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
        Throws:
        javax.servlet.ServletException
        IOException