| Package | Description |
|---|---|
| org.thales.punch.libraries.netty.loadcontrol |
Rate limiter library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadController
This class provides the factory to create Load Controllers, and also provides
the default implementation that let all the traffic pass.
|
class |
RateLimiterLoadController
This class allows you to know when you should start refuse traffic because the application
is overloaded.
|
| Modifier and Type | Method and Description |
|---|---|
ILoadController |
ILoadController.setMaxTimeoutSec(int maxTraversalTime)
Set the time considered as the maximum traversal time.
|
ILoadController |
LoadController.setMaxTimeoutSec(int v) |
Copyright © 2023. All rights reserved.