Uses of Class
org.cipango.diameter.AVPList

Packages that use AVPList
org.cipango.diameter.api   
org.cipango.diameter.base   
org.cipango.diameter.ims   
 

Uses of AVPList in org.cipango.diameter.api
 

Methods in org.cipango.diameter.api that return AVPList
 AVPList DiameterServletMessage.getAVPs()
          Returns a list with all messages AVPs.
 

Methods in org.cipango.diameter.api with parameters of type AVPList
 void DiameterServletMessage.setAVPList(AVPList avps)
           
 

Uses of AVPList in org.cipango.diameter.base
 

Fields in org.cipango.diameter.base with type parameters of type AVPList
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.
 

Methods in org.cipango.diameter.base that return types with arguments of type AVPList
static Type<AVPList> Common.newGroupedType(java.lang.String name, int code)
           
 

Uses of AVPList in org.cipango.diameter.ims
 

Fields in org.cipango.diameter.ims with type parameters of type AVPList
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 © 2010. All Rights Reserved.