Class ServletAdapterOps

java.lang.Object
com.slack.api.bolt.servlet.ServletAdapterOps

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

    • doReadRequestBodyAsString

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

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

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