| Package | Description |
|---|---|
| org.eclipse.jetty.rewrite.handler |
Jetty Rewrite : Rewrite Handler and Rules for Jetty
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CookiePatternRule |
Sets the cookie in the response whenever the rule finds a match.
|
class |
HeaderPatternRule |
Sets the header in the response whenever the rule finds a match.
|
class |
RedirectPatternRule |
Issues a (3xx) Redirect response whenever the rule finds a match.
|
class |
ResponsePatternRule |
Sends the response code whenever the rule finds a match.
|
class |
RewritePatternRule |
Rewrite the URI by replacing the matched
PathMap path with a fixed string. |
class |
TerminatingPatternRule |
If this rule matches, terminate the processing of other rules.
|
Copyright © 1995–2018 Webtide. All rights reserved.