Uses of Class
cloud.opencode.base.captcha.support.CaptchaPool.Builder
Packages that use CaptchaPool.Builder
-
Uses of CaptchaPool.Builder in cloud.opencode.base.captcha.support
Methods in cloud.opencode.base.captcha.support that return CaptchaPool.BuilderModifier and TypeMethodDescriptionstatic CaptchaPool.BuilderCaptchaPool.builder()Creates a new builder for CaptchaPool.CaptchaPool.Builder.config(CaptchaConfig config) Sets the CAPTCHA configuration for generation.CaptchaPool.Builder.poolSize(int poolSize) Sets the pool size (maximum number of pre-generated CAPTCHAs).CaptchaPool.Builder.refillThreshold(float refillThreshold) Sets the refill threshold ratio.