Uses of Class
cloud.opencode.base.captcha.support.CaptchaMetrics
Packages that use CaptchaMetrics
Package
Description
OpenCode Base Captcha - Zero-dependency CAPTCHA generation library
OpenCode Base 验证码 - 零依赖验证码生成库
CAPTCHA Support Utilities
验证码支持工具
-
Uses of CaptchaMetrics in cloud.opencode.base.captcha
Methods in cloud.opencode.base.captcha that return CaptchaMetricsModifier and TypeMethodDescriptionOpenCaptcha.getMetrics()Gets the metrics collector, if configured.Methods in cloud.opencode.base.captcha with parameters of type CaptchaMetricsModifier and TypeMethodDescriptionOpenCaptcha.Builder.metrics(CaptchaMetrics metrics) Sets the metrics collector. -
Uses of CaptchaMetrics in cloud.opencode.base.captcha.support
Methods in cloud.opencode.base.captcha.support that return CaptchaMetricsModifier and TypeMethodDescriptionstatic CaptchaMetricsCaptchaMetrics.create()Creates a new metrics instance.