View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window james-server-rate-limiter-3.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.rate.limiter.api
├─ org.apache.james.rate.limiter.api.AcceptableRate.class - [JAR]
├─ org.apache.james.rate.limiter.api.AllowedQuantity.class - [JAR]
├─ org.apache.james.rate.limiter.api.Increment.class - [JAR]
├─ org.apache.james.rate.limiter.api.RateExceeded.class - [JAR]
├─ org.apache.james.rate.limiter.api.RateLimiter.class - [JAR]
├─ org.apache.james.rate.limiter.api.RateLimiterFactory.class - [JAR]
├─ org.apache.james.rate.limiter.api.RateLimitingKey.class - [JAR]
├─ org.apache.james.rate.limiter.api.RateLimitingResult.class - [JAR]
├─ org.apache.james.rate.limiter.api.Rule.class - [JAR]
├─ org.apache.james.rate.limiter.api.Rules.class - [JAR]
org.apache.james.transport.mailets
├─ org.apache.james.transport.mailets.ConfigurationOps.class - [JAR]
├─ org.apache.james.transport.mailets.Count.class - [JAR]
├─ org.apache.james.transport.mailets.EntityType.class - [JAR]
├─ org.apache.james.transport.mailets.GlobalKey.class - [JAR]
├─ org.apache.james.transport.mailets.GlobalRateLimit.class - [JAR]
├─ org.apache.james.transport.mailets.GlobalRateLimiter.class - [JAR]
├─ org.apache.james.transport.mailets.KeyPrefix.class - [JAR]
├─ org.apache.james.transport.mailets.PerRecipientRateLimit.class - [JAR]
├─ org.apache.james.transport.mailets.PerRecipientRateLimiter.class - [JAR]
├─ org.apache.james.transport.mailets.PerSenderRateLimit.class - [JAR]
├─ org.apache.james.transport.mailets.PerSenderRateLimiter.class - [JAR]
├─ org.apache.james.transport.mailets.RecipientKey.class - [JAR]
├─ org.apache.james.transport.mailets.Recipients.class - [JAR]
├─ org.apache.james.transport.mailets.SenderKey.class - [JAR]
├─ org.apache.james.transport.mailets.Size.class - [JAR]
├─ org.apache.james.transport.mailets.TotalSize.class - [JAR]
org.apache.james.rate.limiter.memory
├─ org.apache.james.rate.limiter.memory.MemoryRateLimiter.class - [JAR]
├─ org.apache.james.rate.limiter.memory.MemoryRateLimiterFactory.class - [JAR]
├─ org.apache.james.rate.limiter.memory.MemoryRateLimiterModule.class - [JAR]