Class InboundCookiesHandler

java.lang.Object
io.mangoo.routing.handlers.InboundCookiesHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class InboundCookiesHandler extends Object implements io.undertow.server.HttpHandler
Author:
svenkubiak
  • Constructor Details

    • InboundCookiesHandler

      @Inject public InboundCookiesHandler(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