Uses of Annotation Interface
com.bytedesk.core.annotation.ApiRateLimiter
Packages that use ApiRateLimiter
Package
Description
浏览记录管理包。
-
Uses of ApiRateLimiter in com.bytedesk.core.aop
Methods in com.bytedesk.core.aop with parameters of type ApiRateLimiterModifier and TypeMethodDescriptionprivate ObjectApiRateLimiterAspect.doMethodRateLimit(org.aspectj.lang.ProceedingJoinPoint point, Method method, ApiRateLimiter apiRateLimiter) 执行方法级别的限流检查 -
Uses of ApiRateLimiter in com.bytedesk.core.config.properties
Methods in com.bytedesk.core.config.properties with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>BytedeskPropertiesController.getBytedeskProperties() -
Uses of ApiRateLimiter in com.bytedesk.core.kaptcha
Methods in com.bytedesk.core.kaptcha with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>KaptchaRestController.checkKaptcha(Map<String, String> map) org.springframework.http.ResponseEntity<?>KaptchaRestController.getKaptcha() -
Uses of ApiRateLimiter in com.bytedesk.service.browse
Methods in com.bytedesk.service.browse with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>BrowseRestControllerVisitor.browse(BrowseRequest request, jakarta.servlet.http.HttpServletRequest httpRequest) 处理访客浏览请求 -
Uses of ApiRateLimiter in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor with annotations of type ApiRateLimiterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.init(VisitorRequest request, jakarta.servlet.http.HttpServletRequest httpRequest) org.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.sync(VisitorRequest visitorRequest)