Class Summary |
Avp |
The Avp class is used to construct a Diameter Attribute Value Pair (AVP). |
AvpABNF |
The AvpABNF class is used to define the characteristics that a grouped AVP must have to be
a valid AVP. |
AvpConstants |
AvpConstants is a class holding many constants defined by RFC 3588 - Diameter Base Protocol. |
AvpDefinition |
The AvpDefinition contains information about a specific AVP, including the name
of the attribute, the IANA defined AVP code associated with the attribute and the AVP Data
Format associated with the attribute. |
AvpFactory |
The AvpFactory class provides utility methods for generating commonly used AVPs. |
AvpValidatorUtilAddress |
Class to validate an AVP of type Address. |
AvpValidatorUtilDiamIdentity |
Class to validate an AVP of type DiameterIdentity. |
AvpValidatorUtilDiamURI |
Class to validate an AVP of type DiameterURI. |
AvpValidatorUtilEnumerated |
Class to validate an AVP of type Enumerated. |
AvpValidatorUtilGeneric |
This class is used to represent an unknown AVP. |
AvpValidatorUtilGrouped |
Class to validate an AVP of type Grouped. |
AvpValidatorUtilOctetString |
Class to validate an AVP of type OctetString. |
AvpValidatorUtilTime |
Class to validate an AVP of type Time. |
AvpValidatorUtilUnsigned32 |
Class to validate an AVP of type Unsigned32. |
AvpValidatorUtilUnsigned64 |
Class to validate an AVP of type Unsigned64. |
AvpValidatorUtilUTF8String |
Class to validate an AVP of type UTF8String. |
AvpValueUtil |
Class that defines the methods used to read and write AVP values and also
to retrieve the value and the length of
the value from the Avp object. |
AvpValueUtilGrouped |
Class used to read and write Grouped AVPs and to retrieve the total length of a grouped AVP. |
AvpValueUtilOctetString |
Class used to hold the value of AVPs of type OctetString. |
AvpValueUtilUnknown |
Class used to hold the value of AVPs of an unknown type. |
AvpValueUtilUnsigned32 |
Class used to hold the values of AVPs of type Unsigned32. |
AvpValueUtilUnsigned64 |
Class used to hold the values of AVPs of type Unsigned64. |
AvpValueUtilUTF8String |
Class used to hold a string Value of AVPs of type UTF8String. |
AvpVector |
The AvpVector class is a utility class that provides convenience methods for searching for specific Avps in a Vector of Avps. |
DiameterConstants |
DiameterConstants contains several constants defined by RFC 3588. |
DiameterPacketValidationResults |
A data object containing the Results of validation operations of a Diameter Packet. |
VsAvp |
The VsAvp class is used to construct a vendor specific Diameter Attribute Value Pair (AVP). |
VsAvpDefinition |
The VsAvpDefinition contains information about a vendor specific AVP, including the name
of the attribute, the IANA defined AVP code associated with the attribute and the AVP Data
Format associated with the attribute. |