|
Class Summary |
| AccessLogValve |
Implementation of the Valve interface that generates a web server
access log with the detailed line contents matching a configurable pattern. |
| Constants |
Manifest constants for the org.apache.catalina.valves
package. |
| Constants.AccessLog |
|
| ErrorReportValve |
Implementation of a Valve that outputs HTML error pages. |
| ExtendedAccessLogValve |
An implementation of the W3c Extended Log File Format. |
| FastCommonAccessLogValve |
Implementation of the Valve interface that generates a web server
access log with the detailed line contents matching either the common or
combined patterns. |
| FieldInfo |
A simple helper for decoding the pattern. |
| JDBCAccessLogValve |
This Tomcat extension logs server access directly to a database, and can
be used instead of the regular file-based access log implemented in
AccessLogValve. |
| PersistentValve |
Valve that implements the default basic behavior for the
StandardHost container implementation. |
| RemoteAddrValve |
Concrete implementation of RequestFilterValve that filters
based on the string representation of the remote client's IP address. |
| RemoteHostValve |
Concrete implementation of RequestFilterValve that filters
based on the remote client's host name. |
| RequestDumperValve |
Implementation of a Valve that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing). |
| RequestFilterValve |
Implementation of a Valve that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against a set of regular
expressions configured for this Valve. |
| SemaphoreValve |
Implementation of a Valve that limits concurrency. |
| ValveBase |
Convenience base class for implementations of the Valve interface. |