public interface Limiter
Modifier and Type | Method and Description |
---|---|
void |
block(String ipAddress) |
boolean |
increaseAndCheckLimit(String ip,
String key,
int intervalInSeconds,
int limit,
Runnable limitReachedOnce) |
boolean |
isIPBLacklisted(String ip) |
void |
unblock(String ipAddress) |
Copyright © 2018. All rights reserved.