Uses of Class
org.eclipse.jetty.rewrite.handler.Rule
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of Rule in org.eclipse.jetty.rewrite
Modifier and TypeClassDescriptionclass
ARuleContainer
that is anHttpConfiguration.Customizer
, so that its rules are processed at request customization time. -
Uses of Rule in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionclass
Rewrites the URI by compacting to remove occurrences of//
.class
Sets a response cookie whenever the rule matches.class
class
Sets the request URI scheme, by defaulthttps
.class
Puts or adds a response header whenever the rule matches a path Servlet pattern.class
Puts or adds a response header whenever the rule matches a path regex pattern.class
Abstract rule that matches against request headers.class
Rule that protects against invalid unicode characters in URLs, returning a configurable status code with body message.class
Abstract rule that uses the Servlet pattern syntax viaServletPathSpec
for path pattern matching.class
Issues a (3xx) redirect response whenever the rule finds a request path Servlet pattern match.class
Issues a (3xx) redirect response whenever the rule finds a request path regular expression matchclass
Abstract rule that uses the regular expression syntax for path pattern matching.class
Sends the response code whenever the rule finds a match.class
Sends a response with the configured status code whenever the value of the configured request header matches a regular expression.class
A rule to rewrite the path and query that match a Servlet pattern with a fixed string.class
A rule to rewrite the path and query that match a regular expression pattern with a fixed string.class
A container that groupsRule
s and is itself aRule
.class
If this rule matches, terminates the processing of other rules, allowing the request to be processed by the handlers after theRewriteHandler
.class
If this rule matches, terminate the processing of other rules.class
Groups rules that apply only to one or more specific virtual hosts.Modifier and TypeMethodDescriptionRewriteHandler.getRules()
RuleContainer.getRules()
RuleContainer.iterator()