Package io.mangoo.routing.handlers
Class OutboundCookiesHandler
- java.lang.Object
-
- io.mangoo.routing.handlers.OutboundCookiesHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class OutboundCookiesHandler extends Object implements io.undertow.server.HttpHandler
- Author:
- svenkubiak
-
-
Constructor Summary
Constructors Constructor Description OutboundCookiesHandler(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
OutboundCookiesHandler
@Inject public OutboundCookiesHandler(Config config)
-
-