public interface BlackList
| Modifier and Type | Interface and Description |
|---|---|
static class |
BlackList.Reason
For SIP requests, failure occurs if the transaction layer reports a 503 error response or a
transport failure of some sort (generally, due to fatal ICMP errors in UDP or connection
failures in TCP).
|
| Modifier and Type | Method and Description |
|---|---|
void |
hopFailed(Hop hop,
BlackList.Reason reason,
SipResponse response)
Report a failure to the black list.
|
boolean |
isBlacklisted(Hop hop) |
boolean isBlacklisted(Hop hop)
void hopFailed(Hop hop, BlackList.Reason reason, SipResponse response)
null for reason RESPONSE_CODE_503.hop - the hop for which a failure has occursreason - the failure reasonresponse - the response associated for failure if availableCopyright © 2015. All Rights Reserved.