Interface CorsHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CorsHandlerResult handle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Handles the CORS processing of a request, possibly doing nothing.
    • Method Detail

      • handle

        CorsHandlerResult handle​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
                          throws java.io.IOException
        Handles the CORS processing of a request, possibly doing nothing. This method cannot return null.
        Returns:
        a CorsHandlerResult object.
        Throws:
        java.io.IOException