|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AvpValueUtil | |
---|---|
com.ibm.diameter.packet |
Uses of AvpValueUtil in com.ibm.diameter.packet |
---|
Subclasses of AvpValueUtil in com.ibm.diameter.packet | |
---|---|
class |
AvpValueUtilGrouped
Class used to read and write Grouped AVPs and to retrieve the total length of a grouped AVP. |
class |
AvpValueUtilOctetString
Class used to hold the value of AVPs of type OctetString. |
class |
AvpValueUtilUnknown
Class used to hold the value of AVPs of an unknown type. |
class |
AvpValueUtilUnsigned32
Class used to hold the values of AVPs of type Unsigned32. |
class |
AvpValueUtilUnsigned64
Class used to hold the values of AVPs of type Unsigned64. |
class |
AvpValueUtilUTF8String
Class used to hold a string Value of AVPs of type UTF8String. |
Methods in com.ibm.diameter.packet that return AvpValueUtil | |
---|---|
AvpValueUtil |
Avp.getAvpValueUtil()
Returns the AvpValueUtil object which is used to read the value of this AVP. |
AvpValueUtil |
AvpDefinition.getAvpValueUtil()
Returns an instance of a specific AvpValueUtil class that knows how to read
the value of the AVP. |
Methods in com.ibm.diameter.packet with parameters of type AvpValueUtil | |
---|---|
void |
Avp.setAvpValueUtil(AvpValueUtil avpValue)
Sets the AvpValueUtil object which is used to read the value of this AVP. |
void |
VsAvp.setAvpValueUtil(AvpValueUtil avpValue)
Sets the AvpValueUtil object which is used to read the value of this AVP. |
Constructors in com.ibm.diameter.packet with parameters of type AvpValueUtil | |
---|---|
Avp(int avpCode,
byte avpFlags,
AvpValueUtil avpValue)
Creates an instance of Avp . |
|
Avp(int avpCode,
byte avpFlags,
int length,
AvpValueUtil avpValue)
Creates an instance of Avp . |
|
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. |
|
VsAvp(int avpCode,
byte avpFlags,
AvpValueUtil avpValue,
int avpVendorId)
Creates an instance of VsAvp . |
|
VsAvp(int avpCode,
byte avpFlags,
int length,
AvpValueUtil avpValue,
int avpVendorId)
Creates an instance of VsAvp . |
|
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 |