| Package | Description |
|---|---|
| org.jdiameter.api | |
| org.jdiameter.api.validation |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvpSet.addAvp(AvpSet value)
Append array of avps
|
void |
AvpSet.insertAvp(int index,
AvpSet value)
Insert AvpSet
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All Rights Reserved.