| Package | Description |
|---|---|
| org.cipango.server | |
| org.cipango.server.dns |
| Modifier and Type | Method and Description |
|---|---|
java.util.ListIterator<Hop> |
SipRequest.getHops() |
| Modifier and Type | Method and Description |
|---|---|
void |
SipRequest.setHops(java.util.ListIterator<Hop> hops) |
| Modifier and Type | Method and Description |
|---|---|
Hop |
BlackListImpl.ExpirableHop.getHop() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Hop> |
SystemDnsResolver.getHops(Hop hop)
Returns a list with one element resolved using A or AAAA request.
|
java.util.List<Hop> |
Rfc3263DnsResolver.getHops(Hop hop) |
java.util.List<Hop> |
DnsResolver.getHops(Hop hop) |
protected java.util.List<Hop> |
Rfc3263DnsResolver.sortRecords(java.util.List<Hop> list)
For priority/weight resolution we need to do more than just sorting SRVs by priority/weight.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlackListImpl.blackListHop(Hop hop,
long duration) |
int |
Hop.compareTo(Hop o) |
java.util.List<Hop> |
SystemDnsResolver.getHops(Hop hop)
Returns a list with one element resolved using A or AAAA request.
|
java.util.List<Hop> |
Rfc3263DnsResolver.getHops(Hop hop) |
java.util.List<Hop> |
DnsResolver.getHops(Hop hop) |
void |
EmptyBlackList.hopFailed(Hop hop,
BlackList.Reason reason,
SipResponse response) |
void |
BlackListImpl.hopFailed(Hop hop,
BlackList.Reason reason,
SipResponse response) |
void |
BlackList.hopFailed(Hop hop,
BlackList.Reason reason,
SipResponse response)
Report a failure to the black list.
|
boolean |
EmptyBlackList.isBlacklisted(Hop hop) |
boolean |
BlackListImpl.isBlacklisted(Hop hop) |
boolean |
BlackList.isBlacklisted(Hop hop) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Rfc3263DnsResolver.removeDuplicate(java.util.List<Hop> hops)
Remove duplicates hops having same host and same port whatever transport used.
|
protected java.util.List<Hop> |
Rfc3263DnsResolver.sortRecords(java.util.List<Hop> list)
For priority/weight resolution we need to do more than just sorting SRVs by priority/weight.
|
| Constructor and Description |
|---|
ExpirableHop(Hop hop,
long duration) |
Copyright © 2015. All Rights Reserved.