public interface Firewall
Modifier and Type | Method and Description |
---|---|
boolean |
handleRateLimiting(WebContext ctx,
String realm)
Performs rate limiting for the given request and realm.
|
boolean |
isIPBlacklisted(WebContext ctx)
Determines if the remote IP of the given request is blacklisted
|
boolean isIPBlacklisted(WebContext ctx)
ctx
- the request to checkboolean handleRateLimiting(WebContext ctx, String realm)
Copyright © 2018. All rights reserved.