public interface ContainerListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCongestionControlStarted(CongestionControlEvent event)
As soon as congestion starts in the underlying source, it calls this
method to notify about it.
|
void |
onCongestionControlStopped(CongestionControlEvent event)
As soon as congestion abates in the underlying source, it calls this
method to notify about it.
|
SipServletResponse |
onRequestThrottled(SipServletRequest request,
CongestionControlEvent event)
When a request that comes in is not passed up to the application because of congestion control.
|
void onCongestionControlStarted(CongestionControlEvent event)
CongestionListener#onCongestionControlStopped(CongestionEvent) is calledsource - The underlying source which is facing congestionvoid onCongestionControlStopped(CongestionControlEvent event)
CongestionListener#onCongestionStart(String) is calledsource - The underlying sourceSipServletResponse onRequestThrottled(SipServletRequest request, CongestionControlEvent event)
request - the request that wasn't passed up to the application because of congestion controlevent - giving details on what triggered the throttlingCopyright © 2016. All Rights Reserved.