Uses of Package
org.eclipse.jetty.rewrite.handler
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
ClassDescriptionAn abstract rule that, upon matching a certain condition, may wrap the
Request
or theHandler
to execute custom logic.A container that groupsRule
s and is itself aRule
. -
ClassDescriptionAbstract rule that matches against request headers.Abstract rule that uses the Servlet pattern syntax via
ServletPathSpec
for path pattern matching.Abstract rule that uses the regular expression syntax for path pattern matching.An abstract rule that, upon matching a certain condition, may wrap theRequest
or theHandler
to execute custom logic.ARequest.Wrapper
used to chain a sequence ofRule
s together.A container that groupsRule
s and is itself aRule
.