Package io.milton.http
Class FilterChain
java.lang.Object
io.milton.http.FilterChain
Passes the request and response along a series of filters
By default the HttpManager loads a single filter which executes the appropriate handler for the http method
Additional filters can be added using HttpManager.addFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
FilterChain
-
-
Method Details
-
process
-
getHttpManager
-