| Package | Description |
|---|---|
| org.mobicents.javax.servlet |
| Modifier and Type | Method and Description |
|---|---|
CongestionControlEvent.Reason |
CongestionControlEvent.getReason()
Gives the reason on whether the memory usage or CPU usage or any other condition in the future has triggered the callback
|
static CongestionControlEvent.Reason |
CongestionControlEvent.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CongestionControlEvent.Reason[] |
CongestionControlEvent.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CongestionControlEvent(CongestionControlEvent.Reason reason,
String message) |
Copyright © 2015. All Rights Reserved.