Package io.undertow.servlet.handlers
Class MarkSecureHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.MarkSecureHandler
-
- All Implemented Interfaces:
HttpHandler
public class MarkSecureHandler extends Object implements HttpHandler
Handler that marks a request as secure, regardless of the underlying protocol.- 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 HandlerWrapperWRAPPER
-
Constructor Summary
Constructors Constructor Description MarkSecureHandler(HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(HttpServerExchange exchange)StringtoString()
-
-
-
Field Detail
-
WRAPPER
public static final HandlerWrapper WRAPPER
-
-
Constructor Detail
-
MarkSecureHandler
public MarkSecureHandler(HttpHandler next)
-
-
Method Detail
-
handleRequest
public void handleRequest(HttpServerExchange exchange) throws Exception
- Specified by:
handleRequestin interfaceHttpHandler- Throws:
Exception
-
-