jar

com.networknt : limit-config

Maven & Gradle

Jan 16, 2024

A config module for rate limit that is used by light-4j and light-aws-lambda.

Table Of Contents

Latest Version

Download com.networknt : limit-config JAR file - Latest Versions:

All Versions

Download com.networknt : limit-config JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.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 limit-config-2.1.31.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.networknt.limit.key

├─ com.networknt.limit.key.AkamaiAddressKeyResolver.class - [JAR]

├─ com.networknt.limit.key.JwtClientIdKeyResolver.class - [JAR]

├─ com.networknt.limit.key.JwtHeaderClientIdKeyResolver.class - [JAR]

├─ com.networknt.limit.key.JwtUserIdKeyResolver.class - [JAR]

├─ com.networknt.limit.key.KeyResolver.class - [JAR]

├─ com.networknt.limit.key.RemoteAddressKeyResolver.class - [JAR]

com.networknt.limit

├─ com.networknt.limit.LimitConfig.class - [JAR]

├─ com.networknt.limit.LimitKey.class - [JAR]

├─ com.networknt.limit.LimitQuota.class - [JAR]

├─ com.networknt.limit.RateLimitResponse.class - [JAR]

├─ com.networknt.limit.RateLimiter.class - [JAR]

├─ com.networknt.limit.RequestLimit.class - [JAR]

Advertisement