|
|||||||||
| Home >> All >> org >> apache >> catalina >> [ valves overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.catalina.valves.ValveBase
| Uses of ValveBase in org.apache.catalina.valves |
| Subclasses of ValveBase in org.apache.catalina.valves | |
class |
AccessLogValve
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern. |
class |
ErrorReportValve
Implementation of a Valve that outputs HTML error pages. |
class |
ExtendedAccessLogValve
An implementation of the W3c Extended Log File Format. |
class |
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. |
class |
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. |
class |
PersistentValve
Valve that implements the default basic behavior for the StandardHost container implementation. |
class |
RemoteAddrValve
Concrete implementation of RequestFilterValve that filters
based on the string representation of the remote client's IP address. |
class |
RemoteHostValve
Concrete implementation of RequestFilterValve that filters
based on the remote client's host name. |
class |
RequestDumperValve
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing). |
class |
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. |
class |
SemaphoreValve
Implementation of a Valve that limits concurrency. |
|
|||||||||
| Home >> All >> org >> apache >> catalina >> [ valves overview ] | PREV NEXT | ||||||||