public interface SpiderDetectorService
| Modifier and Type | Method and Description |
|---|---|
IPTable |
getTable() |
boolean |
isSpider(javax.servlet.http.HttpServletRequest request) |
boolean |
isSpider(String ip) |
boolean |
isSpider(String clientIP,
String proxyIPs,
String hostname,
String agent) |
void |
loadSpiderIpAddresses() |
Set<String> |
readPatterns(File patternFile) |
boolean isSpider(javax.servlet.http.HttpServletRequest request)
boolean isSpider(String ip)
void loadSpiderIpAddresses()
Set<String> readPatterns(File patternFile) throws IOException
IOExceptionIPTable getTable()
Copyright © 2022 LYRASIS. All rights reserved.