Package io.undertow.servlet.handlers
Class MarkSecureHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.MarkSecureHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class MarkSecureHandler extends Object implements io.undertow.server.HttpHandler
Handler that marks a request as secure, regardless of the underlying getProtocol.- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarkSecureHandler.Builderstatic classMarkSecureHandler.Wrapper
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.server.HandlerWrapperWRAPPER
-
Constructor Summary
Constructors Constructor Description MarkSecureHandler(io.undertow.server.HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-