Class ServletAdapterOps


  • public class ServletAdapterOps
    extends Object
    Common utilities for Servlet compatibilities.
    • Method Detail

      • doReadRequestBodyAsString

        public static String doReadRequestBodyAsString​(jakarta.servlet.http.HttpServletRequest req)
                                                throws IOException
        Throws:
        IOException
      • toHeaderMap

        public static Map<String,​List<String>> toHeaderMap​(jakarta.servlet.http.HttpServletRequest req)
      • writeResponse

        public static void writeResponse​(jakarta.servlet.http.HttpServletResponse resp,
                                         Response slackResp)
                                  throws IOException
        Throws:
        IOException