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 Details

    • OutboundCookiesHandler

      @Inject public OutboundCookiesHandler(Config config)
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Throws:
      Exception