Uses of Package
org.eclipse.jetty.rewrite.handler
Packages that use org.eclipse.jetty.rewrite.handler
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Classes in org.eclipse.jetty.rewrite.handler used by org.eclipse.jetty.rewriteClassDescriptionAn 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
. -
Classes in org.eclipse.jetty.rewrite.handler used by org.eclipse.jetty.rewrite.handlerClassDescriptionAbstract 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
.