Uses of Class
org.eclipse.jetty.rewrite.handler.RegexRule
-
Packages that use RegexRule Package Description org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jetty -
-
Uses of RegexRule in org.eclipse.jetty.rewrite.handler
Subclasses of RegexRule in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classHeaderRegexRuleRule to add a header based on a Regex matchclassRedirectRegexRuleIssues a (3xx) Redirect response whenever the rule finds a match via regular expression.classRewriteRegexRuleRewrite the URI by matching with a regular expression.classTerminatingRegexRuleIf this rule matches, terminate the processing of other rules.
-