Package io.undertow.server.handlers
Class SecureCookieHandler
java.lang.Object
io.undertow.server.handlers.SecureCookieHandler
- All Implemented Interfaces:
HttpHandler
Handler that will set the secure flag on all cookies that are received over a secure connection
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Field Details
-
WRAPPER
-
-
Constructor Details
-
SecureCookieHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-