Class ServletAdapterOps
java.lang.Object
com.slack.api.bolt.jakarta_servlet.ServletAdapterOps
Common utilities for Servlet compatibilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringdoReadRequestBodyAsString(jakarta.servlet.http.HttpServletRequest req) toHeaderMap(jakarta.servlet.http.HttpServletRequest req) static voidwriteResponse(jakarta.servlet.http.HttpServletResponse resp, Response slackResp)
-
Method Details
-
doReadRequestBodyAsString
public static String doReadRequestBodyAsString(jakarta.servlet.http.HttpServletRequest req) throws IOException - Throws:
IOException
-
toHeaderMap
-
writeResponse
public static void writeResponse(jakarta.servlet.http.HttpServletResponse resp, Response slackResp) throws IOException - Throws:
IOException
-