jar

com.gframework.boot : gframework-web-anti-brush

Maven & Gradle

Nov 18, 2020
2 usages

gframework-web-anti-brush · 接口防刷组件

Table Of Contents

Latest Version

Download com.gframework.boot : gframework-web-anti-brush JAR file - Latest Versions:

All Versions

Download com.gframework.boot : gframework-web-anti-brush JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gframework-web-anti-brush-2.1.1-beta.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gframework.antibrush.exec

├─ com.gframework.antibrush.exec.DefaultLimiterNoPassHandler.class - [JAR]

├─ com.gframework.antibrush.exec.LimitRequestAOP.class - [JAR]

├─ com.gframework.antibrush.exec.LimiterNoPassHandler.class - [JAR]

com.gframework.antibrush.limiter

├─ com.gframework.antibrush.limiter.CurrentLimiter.class - [JAR]

├─ com.gframework.antibrush.limiter.CurrentLimiterLocal.class - [JAR]

├─ com.gframework.antibrush.limiter.CurrentLimiterRedisTemplate.class - [JAR]

├─ com.gframework.antibrush.limiter.CurrentLimiterRedisson.class - [JAR]

├─ com.gframework.antibrush.limiter.CurrentLimitingMode.class - [JAR]

├─ com.gframework.antibrush.limiter.LeakyBucket.class - [JAR]

├─ com.gframework.antibrush.limiter.LimitRequest.class - [JAR]

├─ com.gframework.antibrush.limiter.MethodCurrentLimitingMode.class - [JAR]

com.gframework.annotation

├─ com.gframework.annotation.EnableLimitRequest.class - [JAR]

├─ com.gframework.annotation.EnableRedisTemplateLimitRequest.class - [JAR]

├─ com.gframework.annotation.EnableRedissonLimitRequest.class - [JAR]

Advertisement