| Interface | Description |
|---|---|
| ContainerListener |
Causes applications to be notified of various events ocurring in the Container.
|
| Class | Description |
|---|---|
| CongestionControlEvent |
Defines a Congestion Control Event when the congestion control is triggered
by the Container
It allows to get the Reason whether the memory usage or CPU usage or any
other condition in the future has triggered the callback
|
| CongestionStartedEvent |
As soon as congestion starts in the underlying source, it notifies this event.
|
| CongestionStoppedEvent |
As soon as congestion abates in the underlying source, it notifies this event.
|
| ContainerEvent |
Defines base class of all ContainerListener Event classes
|
| GracefulShutdownCheckEvent |
During graceful shutdown period, the container will periodically query the
service logic if a premature shutdown is possible.
|
| GracefulShutdownEvent |
Base class for GracefulShutodwn events.
|
| GracefulShutdownStartedEvent |
During graceful shutdown period, the container will notify the service logic
the procedure has been started.
|
| RequestThrottledEvent |
When a request that comes in is not passed up to the application because of
congestion control.
|
| Enum | Description |
|---|---|
| CongestionControlEvent.Reason | |
| CongestionControlPolicy |
Congestion Control Policy for the Mobicents Sip Servlets Server.
|
| ContainerEventType |
Copyright © 2018. All rights reserved.