| Package | Description |
|---|---|
| org.mobicents.javax.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
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
|
class |
CongestionStartedEvent
As soon as congestion starts in the underlying source, it notifies this event.
|
class |
CongestionStoppedEvent
As soon as congestion abates in the underlying source, it notifies this event.
|
class |
GracefulShutdownCheckEvent
During graceful shutdown period, the container will periodically query the
service logic if a premature shutdown is possible.
|
class |
GracefulShutdownEvent
Base class for GracefulShutodwn events.
|
class |
GracefulShutdownStartedEvent
During graceful shutdown period, the container will notify the service logic
the procedure has been started.
|
class |
RequestThrottledEvent
When a request that comes in is not passed up to the application because of
congestion control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerListener.sendEvent(ContainerEvent event,
javax.servlet.ServletContext ctx) |
Copyright © 2018. All rights reserved.