|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Implements the IWebFilterChain interface to manage web filter chains. More...
Public Member Functions | |
| TdjWebFilterChain (TdjWebFilterHolder Holder, const IWebFilterChain FilterChain) | |
| Initializes a new instance of the TdjWebFilterChain class. | |
Protected Member Functions | |
| DoFilter (TdjServerContext Context, TdjRequest Request, TdjResponse Response) | |
| Executes the next filter in chain. | |
Implements the IWebFilterChain interface to manage web filter chains.
| TdjWebFilterChain::TdjWebFilterChain | ( | TdjWebFilterHolder | Holder, |
| const IWebFilterChain | FilterChain ) |
Initializes a new instance of the TdjWebFilterChain class.
| Holder | The holder object of type TdjWebFilterHolder. |
| FilterChain | The filter chain interface of type IWebFilterChain. |
|
protected |
Executes the next filter in chain.
| Context | Server context |
| Request | HTTP request |
| Response | HTTP response to populate |
Implements IWebFilterChain.