jar

net.saltando : java-rate-limit

Maven & Gradle

Aug 27, 2020
3 stars

java-rate-limit · Java library to help to implement rate limits.

Table Of Contents

Latest Version

Download net.saltando : java-rate-limit JAR file - Latest Versions:

All Versions

Download net.saltando : java-rate-limit JAR file - All Versions:

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

org.sputnik.ratelimit.dao

├─ org.sputnik.ratelimit.dao.EventsRedisRepository.class - [JAR]

org.sputnik.ratelimit.exeception

├─ org.sputnik.ratelimit.exeception.DuplicatedEventKeyException.class - [JAR]

org.sputnik.ratelimit.service

├─ org.sputnik.ratelimit.service.JedisConfiguration.class - [JAR]

├─ org.sputnik.ratelimit.service.RateLimiter.class - [JAR]

org.sputnik.ratelimit.util

├─ org.sputnik.ratelimit.util.EventConfig.class - [JAR]

├─ org.sputnik.ratelimit.util.Hasher.class - [JAR]

org.sputnik.ratelimit.domain

├─ org.sputnik.ratelimit.domain.CanDoResponse.class - [JAR]

Advertisement