Uses of Class
org.eclipse.jetty.rewrite.handler.Rule
Packages that use Rule
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
- 
Uses of Rule in org.eclipse.jetty.rewrite
Subclasses of Rule in org.eclipse.jetty.rewriteModifier and TypeClassDescriptionclassARuleContainerthat is anHttpConfiguration.Customizer, so that its rules are processed at request customization time. - 
Uses of Rule in org.eclipse.jetty.rewrite.handler
Subclasses of Rule in org.eclipse.jetty.rewrite.handlerModifier and TypeClassDescriptionclassRewrites the URI by compacting to remove occurrences of//and/../.classSets a response cookie whenever the rule matches.classclassSets the request URI scheme, by defaulthttps.classPuts or adds a response header whenever the rule matches a path Servlet pattern.classPuts or adds a response header whenever the rule matches a path regex pattern.classAbstract rule that matches against request headers.classRule that protects against invalid unicode characters in URLs, returning a configurable status code with body message.classAbstract rule that uses the Servlet pattern syntax viaServletPathSpecfor path pattern matching.classIssues a (3xx) redirect response whenever the rule finds a request path Servlet pattern match.classIssues a (3xx) redirect response whenever the rule finds a request path regular expression matchclassAbstract rule that uses the regular expression syntax for path pattern matching.classSends the response code whenever the rule finds a match.classSends a response with the configured status code whenever the value of the configured request header matches a regular expression.classRule that can rewrite a request based on theAccept-Encodingheader.classRule that can rewrite a request based on theAccept-Languageheader.classA rule to rewrite the path and query that match a Servlet pattern with a fixed string.classA rule to rewrite the path and query that match a regular expression pattern with a fixed string.classA container that groupsRules and is itself aRule.classIf this rule matches, terminates the processing of other rules, allowing the request to be processed by the handlers after theRewriteHandler.classIf this rule matches, terminate the processing of other rules.classGroups rules that apply only to one or more specific virtual hosts.Classes in org.eclipse.jetty.rewrite.handler that implement interfaces with type arguments of type RuleMethods in org.eclipse.jetty.rewrite.handler that return types with arguments of type RuleModifier and TypeMethodDescriptionRewriteHandler.getRules()RuleContainer.getRules()RuleContainer.iterator()Methods in org.eclipse.jetty.rewrite.handler with parameters of type RuleModifier and TypeMethodDescriptionvoidAdds aRuleto the existing ones.voidAdds aRuleto the existing ones.Method parameters in org.eclipse.jetty.rewrite.handler with type arguments of type Rule