Interface HttpServletRequestHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Returns true if the request was handled, false otherwise.
    • Method Detail

      • service

        boolean service​(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.io.IOException
        Returns true if the request was handled, false otherwise.
        Throws:
        java.io.IOException