static LimiterInstruction |
LimiterInstruction.accept() |
A limiter instruction indicating that the request has been accepted.
|
static LimiterInstruction |
LimiterInstruction.discard() |
A limiter instruction indicating that the request should be discarded.
|
static LimiterInstruction |
LimiterInstruction.exempt() |
A limiter instruction indicating that the request is exempt from overload control.
|
LimiterInstruction |
SipOverloadControlPlugin.invoke(SipRequest request) |
This operation is invoked by the SIS when it receives a SIP request from the network.
|
static LimiterInstruction |
LimiterInstruction.reject() |
A limiter instruction indicating that the request should be rejected
and the default overload control response be sent.
|
static LimiterInstruction |
LimiterInstruction.reject(SipResponse response) |
A limiter instruction indicating that the request should be rejected and the specified response be sent.
|