Uses of Class
org.eclipse.jetty.rewrite.handler.Rule.Handler
Packages that use Rule.Handler
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of Rule.Handler in org.eclipse.jetty.rewrite.handler
Subclasses of Rule.Handler in org.eclipse.jetty.rewrite.handlerMethods in org.eclipse.jetty.rewrite.handler that return Rule.HandlerModifier and TypeMethodDescriptionCookiePatternRule.apply(Rule.Handler input) protected Rule.HandlerForwardedSchemeHeaderRule.apply(Rule.Handler input, String value) HeaderPatternRule.apply(Rule.Handler input) protected Rule.HandlerHeaderRegexRule.apply(Rule.Handler input, Matcher matcher) protected abstract Rule.HandlerHeaderRule.apply(Rule.Handler input, String value) Invoked after the header matched theRequestheaders to apply the rule's logic.protected abstract Rule.HandlerPatternRule.apply(Rule.Handler input) Invoked after the Servlet pattern matched the URI path to apply the rule's logic.RedirectPatternRule.apply(Rule.Handler input) protected Rule.HandlerRedirectRegexRule.apply(Rule.Handler input, Matcher matcher) protected abstract Rule.HandlerRegexRule.apply(Rule.Handler input, Matcher matcher) Invoked after the regular expression matched the URI path to apply the rule's logic.ResponsePatternRule.apply(Rule.Handler input) RewritePatternRule.apply(Rule.Handler input) RewriteRegexRule.apply(Rule.Handler input, Matcher matcher) protected Rule.HandlerTerminatingPatternRule.apply(Rule.Handler input) TerminatingRegexRule.apply(Rule.Handler input, Matcher matcher) CompactPathRule.matchAndApply(Rule.Handler input) ForceRequestHeaderValueRule.matchAndApply(Rule.Handler input) HeaderRule.matchAndApply(Rule.Handler input) InvalidURIRule.matchAndApply(Rule.Handler input) PatternRule.matchAndApply(Rule.Handler input) RegexRule.matchAndApply(Rule.Handler input) abstract Rule.HandlerRule.matchAndApply(Rule.Handler input) Tests whether the givenRequestshould apply, and if so the rule logic is triggered.RuleContainer.matchAndApply(Rule.Handler input) Processes the rules.VirtualHostRuleContainer.matchAndApply(Rule.Handler input) Methods in org.eclipse.jetty.rewrite.handler with parameters of type Rule.HandlerModifier and TypeMethodDescriptionCookiePatternRule.apply(Rule.Handler input) protected Rule.HandlerForwardedSchemeHeaderRule.apply(Rule.Handler input, String value) HeaderPatternRule.apply(Rule.Handler input) protected Rule.HandlerHeaderRegexRule.apply(Rule.Handler input, Matcher matcher) protected abstract Rule.HandlerHeaderRule.apply(Rule.Handler input, String value) Invoked after the header matched theRequestheaders to apply the rule's logic.protected abstract Rule.HandlerPatternRule.apply(Rule.Handler input) Invoked after the Servlet pattern matched the URI path to apply the rule's logic.RedirectPatternRule.apply(Rule.Handler input) protected Rule.HandlerRedirectRegexRule.apply(Rule.Handler input, Matcher matcher) protected abstract Rule.HandlerRegexRule.apply(Rule.Handler input, Matcher matcher) Invoked after the regular expression matched the URI path to apply the rule's logic.ResponsePatternRule.apply(Rule.Handler input) RewritePatternRule.apply(Rule.Handler input) RewriteRegexRule.apply(Rule.Handler input, Matcher matcher) protected Rule.HandlerTerminatingPatternRule.apply(Rule.Handler input) TerminatingRegexRule.apply(Rule.Handler input, Matcher matcher) CompactPathRule.matchAndApply(Rule.Handler input) ForceRequestHeaderValueRule.matchAndApply(Rule.Handler input) HeaderRule.matchAndApply(Rule.Handler input) InvalidURIRule.matchAndApply(Rule.Handler input) PatternRule.matchAndApply(Rule.Handler input) RegexRule.matchAndApply(Rule.Handler input) abstract Rule.HandlerRule.matchAndApply(Rule.Handler input) Tests whether the givenRequestshould apply, and if so the rule logic is triggered.RuleContainer.matchAndApply(Rule.Handler input) Processes the rules.VirtualHostRuleContainer.matchAndApply(Rule.Handler input)