|
Class Summary |
| AbuseFilter |
A filter that tracks the number of hits per hour for each IP that uses this server,
and blocks requests that have exceeded the IP's abuse limit. |
| AnalysisFilter |
Performs analysis for requests that contain analysis expressions. |
| DispatchFilter |
Dispatches a client request to its designated service. |
| Filter |
A module that performs a step in the handling of a client request. |
| OverloadFilter |
Tracks the number of simultaneous requests, and blocks those
that exceed the server's limit. |