Class Summary |
AccessLimitFilter |
This filters limit the simultaneous accesses to its target resource. |
CacheFilter |
|
CookieFilter |
A demo for how to use cookies from Jigsaw. |
CounterFilter |
Count the number of hits to the target. |
DebugFilter |
Print incoming request and outgoing replies. |
ErrorFilter |
The ErroFilter class allows you to customize and enhance error messages. |
GZIPFilter |
This filter will compress the content of replies using GZIP. |
HeaderFilter |
Enforces a specific header value on all replies. |
HourLimiterFilter |
|
LogFilter |
This filter provides a very flexible logger. |
NoCacheFilter |
Transform a Pragma: no-cache into a Cache-Control: max-age=0
It is just here to fix some client brokenness. |
ProcessFilter |
This filter process a normal entity body through any process. |
PutSizeFilter |
|
SimpleCacheFilter |
|
TEFilter |
This filter will compress the content of replies using GZIP or whatever
encoding scheme requested in the TE: header of the request. |
URISizeLimiterFilter |
This filters limit the size of URI. |
UseProxyFilter |
Restrict access to a proxy, to acces the protected resource, you
must go to a specific proxy. |