JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.pixelservices.flash.components.http
Interface Middleware
public interface
Middleware
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
process
(
Request
req,
Response
res)
Process the request and/or response.
Method Details
process
boolean
process
(
Request
req,
Response
res)
Process the request and/or response.
Returns:
true to continue to the next middleware/handler, false to short-circuit.