Uses of Class
com.pixelservices.flash.components.http.lifecycle.Request
Packages that use Request
Package
Description
-
Uses of Request in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components with parameters of type RequestModifier and TypeMethodDescriptionbooleanFlashServer.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.JSONObjectRequestHandler.getRequestBody(Request req) Get the request objectbooleanProcess the request and/or response.voidRequestHandler.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.