Class BotInterceptorStrategy
java.lang.Object
io.ipinfo.spring.strategies.interceptor.BotInterceptorStrategy
- All Implemented Interfaces:
InterceptorStrategy
public class BotInterceptorStrategy extends Object implements InterceptorStrategy
-
Constructor Summary
Constructors Constructor Description BotInterceptorStrategy()
-
Method Summary
Modifier and Type Method Description boolean
shouldRun(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
BotInterceptorStrategy
public BotInterceptorStrategy()
-
-
Method Details
-
shouldRun
public boolean shouldRun(javax.servlet.http.HttpServletRequest request)- Specified by:
shouldRun
in interfaceInterceptorStrategy
-