Uses of Interface
org.jdiameter.api.AvpSet

Packages that use AvpSet
org.jdiameter.api   
org.jdiameter.api.validation   
 

Uses of AvpSet in org.jdiameter.api
 

Methods in org.jdiameter.api that return AvpSet
 AvpSet AvpSet.addGroupedAvp(int avpCode)
          Append Grouped AVP
 AvpSet AvpSet.addGroupedAvp(int avpCode, boolean mFlag, boolean pFlag)
          Append Grouped AVP
 AvpSet AvpSet.addGroupedAvp(int avpCode, long vendorId, boolean mFlag, boolean pFlag)
          Append Grouped AVP
 AvpSet Message.getAvps()
           
 AvpSet AvpSet.getAvps(int avpCode)
          get AVP by code
 AvpSet AvpSet.getAvps(int avpCode, long vendorId)
          get AVP by code
 AvpSet Avp.getGrouped()
           
 AvpSet AvpSet.insertGroupedAvp(int index, int avpCode)
          Insert Grouped AVP
 AvpSet AvpSet.insertGroupedAvp(int index, int avpCode, boolean mFlag, boolean pFlag)
          Insert Grouped AVP
 AvpSet AvpSet.insertGroupedAvp(int index, int avpCode, long vendorId, boolean mFlag, boolean pFlag)
          Insert Grouped AVP
 AvpSet AvpSet.removeAvp(int avpCode)
          Remove AVPs with avpCode
 AvpSet AvpSet.removeAvp(int avpCode, long vendorId)
          Remove AVPs with avpCode
 

Methods in org.jdiameter.api with parameters of type AvpSet
 void AvpSet.addAvp(AvpSet value)
          Append array of avps
 void AvpSet.insertAvp(int index, AvpSet value)
          Insert AvpSet
 

Uses of AvpSet in org.jdiameter.api.validation
 

Methods in org.jdiameter.api.validation with parameters of type AvpSet
 boolean MessageRepresentation.isCountValidForMultiplicity(AvpSet destination, int code)
           
 boolean AvpRepresentation.isCountValidForMultiplicity(AvpSet destination, int numberToAdd)
           
 boolean MessageRepresentation.isCountValidForMultiplicity(AvpSet destination, int code, int numberToAdd)
           
 boolean MessageRepresentation.isCountValidForMultiplicity(AvpSet destination, int code, long vendorId)
           
 boolean MessageRepresentation.isCountValidForMultiplicity(AvpSet destination, int code, long vendorId, int numberToAdd)
           
 void AvpRepresentation.validate(AvpSet avpSet)
          Validates passed avp.
 



Copyright © 2013. All Rights Reserved.