| Package | Description |
|---|---|
| org.jdiameter.api.validation |
| Modifier and Type | Method and Description |
|---|---|
AvpRepresentation |
Dictionary.getAvp(int code)
Fetches Avp representation for given code.
|
AvpRepresentation |
MessageRepresentation.getAvp(int code)
Fetches Avp representation for given code.
|
AvpRepresentation |
Dictionary.getAvp(int code,
long vendorId)
Fetches Avp representation for given code and vendorId.
|
AvpRepresentation |
MessageRepresentation.getAvp(int code,
long vendorId)
Fetches Avp representation for given code and vendorId.
|
AvpRepresentation |
Dictionary.getAvp(String avpName)
Fetches Avp representation for given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AvpRepresentation> |
AvpRepresentation.getChildren() |
Map<AvpRepresentation,AvpRepresentation> |
MessageRepresentation.getMessageAvps() |
Map<AvpRepresentation,AvpRepresentation> |
MessageRepresentation.getMessageAvps() |
Copyright © 2016. All Rights Reserved.