Uses of Class
com.pixelservices.flash.components.http.lifecycle.Request
Packages that use Request
Package
Description
-
Uses of Request in com.pixelservices.flash
Constructors in com.pixelservices.flash with parameters of type Request -
Uses of Request in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components with parameters of type RequestModifier and TypeMethodDescriptionboolean
FlashServer.processMiddleware
(String path, Request request, Response response) -
Uses of Request in com.pixelservices.flash.components.http
Fields in com.pixelservices.flash.components.http declared as RequestMethods in com.pixelservices.flash.components.http that return RequestMethods in com.pixelservices.flash.components.http with parameters of type RequestModifier and TypeMethodDescriptionstatic org.json.JSONObject
RequestHandler.getRequestBody
(Request req) Get the request objectboolean
Process the request and/or response.void
RequestHandler.setRequestResponse
(Request req, Response res) Set the request and response objectsConstructors in com.pixelservices.flash.components.http with parameters of type RequestModifierConstructorDescriptionRequestHandler
(Request req, Response res) Constructor for RequestHandler -
Uses of Request in com.pixelservices.flash.components.http.pool
Methods in com.pixelservices.flash.components.http.pool with parameters of type Request -
Uses of Request in com.pixelservices.flash.components.http.routing.models
Methods in com.pixelservices.flash.components.http.routing.models with parameters of type RequestConstructors in com.pixelservices.flash.components.http.routing.models with parameters of type Request -
Uses of Request in com.pixelservices.flash.models
Methods in com.pixelservices.flash.models with parameters of type RequestConstructors in com.pixelservices.flash.models with parameters of type RequestModifierConstructorDescriptionBaseHandler
(Request req, Response res) Constructor with request and response objects.