|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URI | |
|---|---|
| org.jdiameter.api | |
| Uses of URI in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api that return URI | |
|---|---|
URI |
Avp.getDiameterURI()
|
URI |
Peer.getUri()
|
| Methods in org.jdiameter.api with parameters of type URI | |
|---|---|
Avp |
AvpSet.addAvp(int avpCode,
URI value)
Append URI AVP |
Avp |
AvpSet.addAvp(int avpCode,
URI value,
boolean mFlag,
boolean pFlag)
Append URI AVP |
Avp |
AvpSet.addAvp(int avpCode,
URI value,
long vendorId,
boolean mFlag,
boolean pFlag)
Append URI AVP |
Peer |
MutablePeerTable.addPeer(URI peer,
java.lang.String realmName,
boolean connecting)
Add new peer to peer table |
Avp |
AvpSet.insertAvp(int index,
int avpCode,
URI value)
Insert URI AVP |
Avp |
AvpSet.insertAvp(int index,
int avpCode,
URI value,
boolean mFlag,
boolean pFlag)
Insert URI AVP |
Avp |
AvpSet.insertAvp(int index,
int avpCode,
URI value,
long vendorId,
boolean mFlag,
boolean pFlag)
Insert URI AVP |
void |
OverloadListener.overloadCeased(URI peer)
Notifies this OverloadListener that the stack has overload cased |
void |
OverloadListener.overloadDetected(URI peer,
double value)
Notifies this OverloadListener that the stack has overload. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||