Uses of Class
com.slack.api.bolt.request.Request
Packages that use Request
Package
Description
The root package of this library.
Bolt handlers.
Middleware for Bolt apps.
Services internally used in Bolt apps.
Common utilities for Bolt apps.
-
Uses of Request in com.slack.api.bolt
Methods in com.slack.api.bolt with parameters of type RequestModifier and TypeMethodDescriptionprotected ResponseApp.runHandler(Request slackRequest) protected ResponseApp.runMiddleware(Request request, Response response, Middleware current, LinkedList<Middleware> remaining) -
Uses of Request in com.slack.api.bolt.handler
Classes in com.slack.api.bolt.handler with type parameters of type RequestModifier and TypeInterfaceDescriptioninterfaceSlack App Handler.Methods in com.slack.api.bolt.handler with parameters of type Request -
Uses of Request in com.slack.api.bolt.handler.builtin
Methods in com.slack.api.bolt.handler.builtin with parameters of type Request -
Uses of Request in com.slack.api.bolt.middleware
Methods in com.slack.api.bolt.middleware with parameters of type RequestModifier and TypeMethodDescriptionMiddleware.apply(Request req, Response resp, MiddlewareChain chain) static booleanMiddlewareOps.isNoTokenRequiredRequest(Request req) Returns true if the request is an Event API payload and matches specific types. -
Uses of Request in com.slack.api.bolt.middleware.builtin
Methods in com.slack.api.bolt.middleware.builtin with parameters of type RequestModifier and TypeMethodDescriptionAssistant.apply(Request req, Response resp, MiddlewareChain chain) IgnoringSelfEvents.apply(Request req, Response resp, MiddlewareChain chain) LegacyRequestVerification.apply(Request req, Response resp, MiddlewareChain chain) Deprecated.MultiTeamsAuthorization.apply(Request req, Response resp, MiddlewareChain chain) RequestVerification.apply(Request req, Response resp, MiddlewareChain chain) SingleTeamAuthorization.apply(Request req, Response resp, MiddlewareChain chain) SSLCheck.apply(Request req, Response resp, MiddlewareChain chain) WorkflowStep.apply(Request req, Response resp, MiddlewareChain chain) Deprecated. -
Uses of Request in com.slack.api.bolt.request.builtin
Subclasses of Request in com.slack.api.bolt.request.builtinModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassDeprecated.classDeprecated.classDeprecated. -
Uses of Request in com.slack.api.bolt.service
Methods in com.slack.api.bolt.service with parameters of type RequestModifier and TypeMethodDescriptiondefault voidDeletes the state value from the server-side datastore and set a response header to delete the one in session.default voidDeletes the Nonce value from the server-side datastore and set a response header to delete the one in session.default StringOpenIDConnectNonceService.extractNonceFromQueryString(Request request) Returns the Nonce parameter value from a given query string if it exists.default StringOAuthStateService.extractStateFromQueryString(Request request) Returns the state parameter value from a given query string if it exists.default StringOAuthStateService.extractStateFromSession(Request request) Returns an underlying state value in a cookie-based session if it exists.default StringOAuthStateService.generateSessionCookieValue(Request request, String state) Generates a cookie value.default StringOpenIDConnectNonceService.issueNewNonce(Request request, Response response) Issues a new Nonce parameter and set it in both the browser session and the system's server-side datastore.default StringOAuthStateService.issueNewState(Request request, Response response) Issues a new state parameter and set it in both the browser session and the system's server-side datastore.default booleanVerifies the given state parameter and returns true if it's valid.default booleanVerifies the given Nonce parameter and returns true if it's valid. -
Uses of Request in com.slack.api.bolt.util
Methods in com.slack.api.bolt.util that return RequestModifier and TypeMethodDescriptionRequest<?>SlackRequestParser.parse(SlackRequestParser.HttpRequest rawRequest)