Package io.quarkus.undertow.runtime
Class RewriteCorrectingHandlerWrappers.PreWrapper
java.lang.Object
io.quarkus.undertow.runtime.RewriteCorrectingHandlerWrappers.PreWrapper
- All Implemented Interfaces:
io.undertow.server.HandlerWrapper
- Enclosing class:
- RewriteCorrectingHandlerWrappers
static class RewriteCorrectingHandlerWrappers.PreWrapper
extends Object
implements io.undertow.server.HandlerWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.HttpHandler
wrap
(io.undertow.server.HttpHandler handler)
-
Constructor Details
-
PreWrapper
PreWrapper()
-
-
Method Details
-
wrap
public io.undertow.server.HttpHandler wrap(io.undertow.server.HttpHandler handler) - Specified by:
wrap
in interfaceio.undertow.server.HandlerWrapper
-