| Package | Description |
|---|---|
| org.thales.punch.libraries.netty.loadcontrol |
Rate limiter library.
|
| Class and Description |
|---|
| ILoadController
ILoadController allows you to regulate your data emitting to some fixed rate, or using an adaptative strategy
should you need to slow down automatically in case the downstream latency increases.
|
| LoadController
This class provides the factory to create Load Controllers, and also provides
the default implementation that let all the traffic pass.
|
| RateLimiterLoadController
This class allows you to know when you should start refuse traffic because the application
is overloaded.
|
Copyright © 2023. All rights reserved.