Uses of Interface
org.jainslee.resources.diameter.base.UndefinedAvp
-
Packages that use UndefinedAvp Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server. -
-
Uses of UndefinedAvp in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return UndefinedAvp Modifier and Type Method Description UndefinedAvp
DiameterMessageFactory. createAvp(String name, int vendorID, int avpCode, boolean isMandatory, boolean isProtected, byte[] avpData)
Creates an undefined AVP, an AVP that is not configured in the Diameter stack.
-