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