Uses of Class
com.pixelservices.flash.components.http.lifecycle.Response
Packages that use Response
Package
Description
-
Uses of Response in com.pixelservices.flash
Constructors in com.pixelservices.flash with parameters of type Response -
Uses of Response in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components with parameters of type ResponseModifier and TypeMethodDescriptionboolean
FlashServer.processMiddleware
(String path, Request request, Response response) -
Uses of Response in com.pixelservices.flash.components.http
Fields in com.pixelservices.flash.components.http declared as ResponseMethods in com.pixelservices.flash.components.http that return ResponseMethods in com.pixelservices.flash.components.http with parameters of type ResponseModifier and TypeMethodDescriptionboolean
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 ResponseModifierConstructorDescriptionRequestHandler
(Request req, Response res) Constructor for RequestHandler -
Uses of Response in com.pixelservices.flash.components.http.lifecycle
Methods in com.pixelservices.flash.components.http.lifecycle that return ResponseModifier and TypeMethodDescriptionSets the body of the response.Adds a header to the response.Response.status
(int code) Sets the HTTP status code of the response.Sets the content type of the response. -
Uses of Response in com.pixelservices.flash.components.http.pool
Methods in com.pixelservices.flash.components.http.pool with parameters of type Response -
Uses of Response in com.pixelservices.flash.components.http.routing.models
Methods in com.pixelservices.flash.components.http.routing.models with parameters of type ResponseConstructors in com.pixelservices.flash.components.http.routing.models with parameters of type Response -
Uses of Response in com.pixelservices.flash.models
Methods in com.pixelservices.flash.models with parameters of type ResponseConstructors in com.pixelservices.flash.models with parameters of type ResponseModifierConstructorDescriptionBaseHandler
(Request req, Response res) Constructor with request and response objects.