Uses of Class
com.kingsrook.qqq.middleware.javalin.routeproviders.ProcessBasedRouterPayload
Packages that use ProcessBasedRouterPayload
-
Uses of ProcessBasedRouterPayload in com.kingsrook.qqq.middleware.javalin.routeproviders
Methods in com.kingsrook.qqq.middleware.javalin.routeproviders that return ProcessBasedRouterPayloadModifier and TypeMethodDescriptionProcessBasedRouterPayload.withCookies
(Map<String, String> cookies) Fluent setter for cookiesProcessBasedRouterPayload.withFormParams
(Map<String, List<String>> formParams) Fluent setter for formParamsProcessBasedRouterPayload.withMethod
(String method) Fluent setter for methodFluent setter for pathProcessBasedRouterPayload.withPathParams
(Map<String, String> pathParams) Fluent setter for pathParamsProcessBasedRouterPayload.withQueryParams
(Map<String, List<String>> queryParams) Fluent setter for queryParamsProcessBasedRouterPayload.withRedirectURL
(String redirectURL) Fluent setter for redirectURLProcessBasedRouterPayload.withResponseBytes
(byte[] responseBytes) Fluent setter for responseBytesProcessBasedRouterPayload.withResponseHeaders
(Map<String, String> responseHeaders) Fluent setter for responseHeadersProcessBasedRouterPayload.withResponseString
(String responseString) Fluent setter for responseStringProcessBasedRouterPayload.withStatusCode
(Integer statusCode) Fluent setter for statusCode