|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AvpValidatorUtil | |
---|---|
com.ibm.diameter.packet |
Uses of AvpValidatorUtil in com.ibm.diameter.packet |
---|
Classes in com.ibm.diameter.packet that implement AvpValidatorUtil | |
---|---|
class |
AvpValidatorUtilAddress
Class to validate an AVP of type Address. |
class |
AvpValidatorUtilDiamIdentity
Class to validate an AVP of type DiameterIdentity. |
class |
AvpValidatorUtilDiamURI
Class to validate an AVP of type DiameterURI. |
class |
AvpValidatorUtilEnumerated
Class to validate an AVP of type Enumerated. |
class |
AvpValidatorUtilGeneric
This class is used to represent an unknown AVP. |
class |
AvpValidatorUtilGrouped
Class to validate an AVP of type Grouped. |
class |
AvpValidatorUtilOctetString
Class to validate an AVP of type OctetString. |
class |
AvpValidatorUtilTime
Class to validate an AVP of type Time. |
class |
AvpValidatorUtilUnsigned32
Class to validate an AVP of type Unsigned32. |
class |
AvpValidatorUtilUnsigned64
Class to validate an AVP of type Unsigned64. |
class |
AvpValidatorUtilUTF8String
Class to validate an AVP of type UTF8String. |
Methods in com.ibm.diameter.packet that return AvpValidatorUtil | |
---|---|
AvpValidatorUtil |
AvpDefinition.getAvpValidatorUtil()
Returns the instance of AvpValidatorUtil that knows how to validate an AVP of this type. |
Methods in com.ibm.diameter.packet with parameters of type AvpValidatorUtil | |
---|---|
void |
AvpDefinition.setAvpValidatorUtil(AvpValidatorUtil avpValidatorUtil)
Sets the instance of AvpValidatorUtil |
Constructors in com.ibm.diameter.packet with parameters of type AvpValidatorUtil | |
---|---|
AvpDefinition(int avpCode,
java.lang.String avpName,
int avpType,
AvpValueUtil avpValueUtil,
AvpValidatorUtil avpValidatorUtil,
AvpABNF avpABNF,
boolean vBit,
boolean mBit,
boolean pBit)
Creates an AVP definition that explains the format of the AVP. |
|
AvpDefinition(int avpCode,
java.lang.String avpName,
int avpType,
AvpValueUtil avpValueUtil,
AvpValidatorUtil avpValidatorUtil,
boolean vBit,
boolean mBit,
boolean pBit)
Creates an AVP definition that explains the format of the AVP. |
|
VsAvpDefinition(int avpCode,
java.lang.String avpName,
int avpType,
AvpValueUtil avpValueUtil,
AvpValidatorUtil avpValidatorUtil,
AvpABNF avpABNF,
int avpVendorId,
boolean vBit,
boolean mBit,
boolean pBit)
Creates an AVP definition that explains the format of the AVP. |
|
VsAvpDefinition(int avpCode,
java.lang.String avpName,
int avpType,
AvpValueUtil avpValueUtil,
AvpValidatorUtil avpValidatorUtil,
int avpVendorId,
boolean vBit,
boolean mBit,
boolean pBit)
Creates an AVP definition that explains the format of the AVP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |