| Class | Description |
|---|---|
| CongestionControlMessageValve |
This is a congestion control valve that JSIP apps can use to stop traffic without breaking
existing dialogs when the number of
server transactions or dialogs or the memory or CPU reaches a given limit.
|
| CongestionControlTimerTask |
Task responsible for monitoring at regular intervals whether or not the configured congestion control mechanisms have switched on or off.
|
| DialogCongestionMonitor |
This Congestion Monitor monitors whether or not the number of active dialogs has crossed
the dialogsThreshold and notifies its listeners.
|
| ServerTransactionCongestionMonitor |
This Congestion Monitor monitors whether or not the number of server transactions has crossed
the serverTransactionsThreshold and notifies its listeners.
|
Copyright © 2016. All Rights Reserved.