| Package | Description |
|---|---|
| org.cipango.diameter.api | |
| org.cipango.diameter.base | |
| org.cipango.diameter.ims |
| Modifier and Type | Method and Description |
|---|---|
AVPList |
DiameterServletMessage.getAVPs()
Returns a list with all messages AVPs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiameterServletMessage.setAVPList(AVPList avps) |
| Modifier and Type | Field and Description |
|---|---|
static DataFormat<AVPList> |
Common.__grouped
The Data field is specified as a sequence of AVPs i.e diameter messages or grouped AVPs
|
static Type<AVPList> |
Common.EXPERIMENTAL_RESULT
The Experimental-Result AVP (AVP Code 297) is of type Grouped, and
indicates whether a particular vendor-specific request was completed
successfully or whether an error occurred.
|
static Type<AVPList> |
Common.FAILED_AVP
The Failed-AVP AVP (AVP Code 279) is of type Grouped and provides
debugging information in cases where a request is rejected or not
fully processed due to erroneous information in a specific AVP.
|
static Type<AVPList> |
Common.VENDOR_SPECIFIC_APPLICATION_ID
The Vendor-Specific-Application-Id AVP (AVP Code 260) is of type Grouped
and is used to advertise support of a vendor-specific Diameter
Application.
|
| Modifier and Type | Method and Description |
|---|---|
static Type<AVPList> |
Common.newGroupedType(String name,
int code) |
| Modifier and Type | Field and Description |
|---|---|
static Type<AVPList> |
Cx.ASSOCIATED_IDENTITIES
The Associated-Identities AVP is of type Grouped and it contains the
private user identities associated to an IMS subscription.
|
static Type<AVPList> |
Cx.DERISTRATION_REASON
The Deregistration-Reason AVP is of type Grouped, and indicates the
reason for a de-registration operation.
|
static Type<AVPList> |
Cx.SERVER_CAPABILITIES
The Server-Capabilities AVP is of type Grouped.
|
static Type<AVPList> |
Cx.SIP_AUTH_DATA_ITEM
The SIP-Auth-Data-Item is of type Grouped, and contains the authentication and/or authorization
information for the Diameter client.
|
static Type<AVPList> |
Cx.SIP_DIGEST_AUTHENTICATE
The SIP-Digest-Authenticate is of type Grouped and it contains a
reconstruction of either the SIP WWW-Authenticate or Proxy-Authentication
header fields specified in IETF RFC 2617 [14].
|
static Type<AVPList> |
Cx.SUPPORTED_FEATURES
The Supported-Features AVP is of type Grouped.
|
static Type<AVPList> |
Sh.USER_IDENTITY
The User-Identity AVP is of type Grouped.
|
Copyright © 2014. All Rights Reserved.