Class RewriteHandler
- java.lang.Object
-
- io.undertow.servlet.compat.rewrite.RewriteHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class RewriteHandler extends Object implements io.undertow.server.HttpHandler
- Author:
- Remy Maucherat
-
-
Field Summary
Fields Modifier and Type Field Description protected ThreadLocal<Boolean>invokedIf rewriting occurs, the whole request will be processed again.
-
Constructor Summary
Constructors Constructor Description RewriteHandler(RewriteConfig config, io.undertow.server.HttpHandler next)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)protected static booleanhasScheme(StringBuffer uri)Determine if a URI string has aschemecomponent.
-
-
-
Field Detail
-
invoked
protected ThreadLocal<Boolean> invoked
If rewriting occurs, the whole request will be processed again.
-
-
Constructor Detail
-
RewriteHandler
public RewriteHandler(RewriteConfig config, io.undertow.server.HttpHandler next)
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-
hasScheme
protected static boolean hasScheme(StringBuffer uri)
Determine if a URI string has aschemecomponent.
-
-