Uses of Class
net.java.slee.resource.diameter.base.events.avp.DiameterAvpType

Packages that use DiameterAvpType
net.java.slee.resource.diameter.base.events.avp   
org.mobicents.slee.resource.diameter.base.events.avp   
 

Uses of DiameterAvpType in net.java.slee.resource.diameter.base.events.avp
 

Fields in net.java.slee.resource.diameter.base.events.avp declared as DiameterAvpType
static DiameterAvpType DiameterAvpType.ADDRESS
          The Address format is derived from the OctetString AVP Base Format.
static DiameterAvpType DiameterAvpType.DIAMETER_IDENTITY
          The DiameterIdentity format is derived from the OctetString AVP Base Format.
static DiameterAvpType DiameterAvpType.DIAMETER_URI
          The DiameterURI MUST follow the Uniform Resource Identifiers (URI) syntax [URI] rules specified below.
static DiameterAvpType DiameterAvpType.ENUMERATED
          Enumerated is derived from the Integer32 AVP Base Format.
static DiameterAvpType DiameterAvpType.FLOAT_32
          This represents floating point values of single precision as described by [FLOATPOINT].
static DiameterAvpType DiameterAvpType.FLOAT_64
          This represents floating point values of double precision as described by [FLOATPOINT].
static DiameterAvpType DiameterAvpType.GROUPED
          The Data field is specified as a sequence of AVPs.
static DiameterAvpType DiameterAvpType.INTEGER_32
          32 bit signed value, in network byte order.
static DiameterAvpType DiameterAvpType.INTEGER_64
          64 bit signed value, in network byte order.
static DiameterAvpType DiameterAvpType.IP_FILTER_RULE
          The IPFilterRule format is derived from the OctetString AVP Base Format.
static DiameterAvpType DiameterAvpType.OCTET_STRING
          The data contains arbitrary data of variable length.
static DiameterAvpType DiameterAvpType.QOS_FILTER_RULE
          The QosFilterRule format is derived from the OctetString AVP Base Format.
static DiameterAvpType DiameterAvpType.TIME
          The Time format is derived from the OctetString AVP Base Format.
static DiameterAvpType DiameterAvpType.UNSIGNED_32
          32 bit unsigned value, in network byte order.
static DiameterAvpType DiameterAvpType.UNSIGNED_64
          64 bit unsigned value, in network byte order.
static DiameterAvpType DiameterAvpType.UTF8_STRING
          The UTF8String format is derived from the OctetString AVP Base Format.
 

Methods in net.java.slee.resource.diameter.base.events.avp that return DiameterAvpType
static DiameterAvpType DiameterAvpType.fromInt(int i)
           
static DiameterAvpType DiameterAvpType.fromString(java.lang.String s)
           
 DiameterAvpType DiameterAvp.getType()
          Return the AVP type (one of the String constants from org.mobicents.slee.resource.diameter.base.DiameterAvpType.
 

Uses of DiameterAvpType in org.mobicents.slee.resource.diameter.base.events.avp
 

Fields in org.mobicents.slee.resource.diameter.base.events.avp declared as DiameterAvpType
protected  DiameterAvpType DiameterAvpImpl.type
           
 

Methods in org.mobicents.slee.resource.diameter.base.events.avp that return DiameterAvpType
 DiameterAvpType DiameterAvpImpl.getType()
           
 

Constructors in org.mobicents.slee.resource.diameter.base.events.avp with parameters of type DiameterAvpType
DiameterAvpImpl(int code, long vendorId, int mnd, int prt, byte[] value, DiameterAvpType type)
           
 



Copyright © 2008. All Rights Reserved.