Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.webapp.balancer.rules: Javadoc index of package org.apache.webapp.balancer.rules.


Package Samples:

org.apache.webapp.balancer.rules: This package contains all classes used by the balancer webapp other than actual rule implementations.  

Classes:

RequestHeaderRule: This rule checks for the presence of a specific request header, optionally with a specific value. The value may be null.
AcceptEverythingRule: This rule matches every request passed to it, making it suitable for use as a catch-all or last rule in a chain.
RequestAttributeRule: This rule accepts or rejects requests based on the presence of a attribute in the request.
RequestParameterRule: This rule accepts or rejects requests based on the presence of a parameter in the request.
SessionAttributeRule: This rule accepts or rejects requests based on the presence of a attribute in the request.
BaseRule: The BaseRule is an empty rule implementation which can be subclassed for extension.
RemoteAddressRule: The remote access rule redirects if the request came from specified remote address.
CharacterEncodingRule: This rule redirects requests if they are for a specific character encoding.
URLStringMatchRule: This rule looks for a specific string in the URL for a positive match.
UserRoleRule: This rule redirects the request based on the user's role.

Home | Contact Us | Privacy Policy | Terms of Service