Uses of Class
com.bea.wcp.diameter.Avp
Packages that use Avp
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
The Diameter Sh Client implementation.
-
Uses of Avp in com.bea.wcp.diameter
Methods in com.bea.wcp.diameter that return AvpModifier and TypeMethodDescriptionAvpList.get(int i) Returns the first AVP for the specified Attribute, or null if none.Returns the first AVP for the specific attribute name, or null if noneApplicationId.getAvp()Returns the Auth-Application-Id, Acct-Application-Id, or Vendor-Specific-Application-Id AVP for this application.Returns the first AVP in the message with the specified attribute.Returns the first AVP for the specific attribute name, or null if noneResultCode.getAvp()AvpException.getFailedAvp()Returns the last AVP for the specified Attribute, or null if none.AvpList.remove(int i) Methods in com.bea.wcp.diameter with parameters of type AvpModifier and TypeMethodDescriptionvoidvoidAdds a new AVP to the message.voidAvpException.addInvalidAvp(Avp avp) Adds an additional AVP to the list of failed AVPs.static AvpExceptionAvpException.avpOccursTooManyTimes(Avp avp) Convenience method to return an AvpException indicating that the specified AVP occurs too many times in the message.static AvpExceptionAvpException.contradictingAvps(Avp avp1, Avp avp2) Convenience method to return an AvpException indicating indicating contradicting AVPs in a message.static ApplicationIdIf the specified AVP is an Auth-Application-Id, Acct-Application-Id, or Vendor-Specified-Application-Id AVP, then returns the ApplicationId representing the advertised application.static ResultCodeIf the specified AVP is a Result-Code or Experimental-Result AVP, then returns a new ResultCode for the result.abstract ObjectType.decode(Avp avp, ByteBuffer bb) Decodes specified AVP value bytes.static AvpExceptionAvpException.invalidAvpLength(Avp avp) Convenience method to return an AvpException indicating that the length of the specified AVP was invalid.static AvpExceptionAvpException.invalidAvpValue(Avp avp) Convenience method to return an AvpException indicating that the value of the specified AVP was invalid.static booleanResultCode.isResultCode(Avp avp) Returns true if the specified AVP is a Result-Code AVP.protected voidAnswer.preValidateAvp(Avp avp) protected voidMessage.preValidateAvp(Avp avp) Fully decodes and validates the specified AVP.protected voidRequest.preValidateAvp(Avp avp) protected voidMessage.validateAvp(Avp avp) protected voidRAR.validateAvp(Avp avp) Constructors in com.bea.wcp.diameter with parameters of type AvpModifierConstructorDescriptionCreates a new Avp copied from the specified Avp.AvpException(ResultCode rc, Avp invalidAvp) Creates a new AvpException for the specified ResultCode and invalid AVP.AvpException(ResultCode rc, Avp[] invalidAvps) Creates a new AvpException for the specified ResultCode and invalid AVPs. -
Uses of Avp in com.bea.wcp.diameter.accounting
Methods in com.bea.wcp.diameter.accounting with parameters of type AvpModifier and TypeMethodDescriptionprotected voidACA.validateAvp(Avp avp) protected voidACR.validateAvp(Avp avp) -
Uses of Avp in com.bea.wcp.diameter.cc
Methods in com.bea.wcp.diameter.cc with parameters of type AvpModifier and TypeMethodDescriptionprotected voidCCA.validateAvp(Avp avp) protected voidCCR.validateAvp(Avp avp) -
Uses of Avp in com.bea.wcp.diameter.sh
Methods in com.bea.wcp.diameter.sh that return AvpMethods in com.bea.wcp.diameter.sh with parameters of type AvpModifier and TypeMethodDescriptionstatic UserIdentityDataReference.getParameter(Avp avp) Decodes parameter from specified parameter avp. -
Uses of Avp in com.bea.wcp.diameter.sy
Fields in com.bea.wcp.diameter.sy declared as AvpMethods in com.bea.wcp.diameter.sy with parameters of type AvpModifier and TypeMethodDescriptionprotected final voidSySLR.validateAvp(Avp avp) Validates the AVP.protected voidSySTR.validateAvp(Avp avp) Setter.