public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor extends CaptchaChannelProcessorTemplate
return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped
urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_BELOW_AVERAGE_TIME_IN_MILLIS_REQUESTS
Note : before first humanity check
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_KEYWORD
Keyword for this channelProcessor
|
logger
Constructor and Description |
---|
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Verify if thresold is > 0
|
decide, getEntryPoint, getKeyword, getThresold, setEntryPoint, setKeyword, setThresold, supports
public static final String DEFAULT_KEYWORD
public AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class CaptchaChannelProcessorTemplate
Exception
- if falseCopyright © 2016. All rights reserved.