Uses of Class
org.jdiameter.api.AvpDataException

Packages that use AvpDataException
org.jdiameter.api   
org.jdiameter.api.acc.events   
org.jdiameter.api.app   
org.jdiameter.api.auth.events   
org.jdiameter.api.rf.events   
 

Uses of AvpDataException in org.jdiameter.api
 

Methods in org.jdiameter.api that throw AvpDataException
 java.net.InetAddress Avp.getAddress()
           
 java.lang.String Avp.getDiameterIdentity()
           
 URI Avp.getDiameterURI()
           
 float Avp.getFloat32()
           
 double Avp.getFloat64()
           
 AvpSet Avp.getGrouped()
           
 int Avp.getInteger32()
           
 long Avp.getInteger64()
           
 java.lang.String Avp.getOctetString()
           
 byte[] Avp.getRaw()
           
 java.util.Date Avp.getTime()
           
 long Avp.getUnsigned32()
           
 long Avp.getUnsigned64()
           
 java.lang.String Avp.getUTF8String()
           
 

Uses of AvpDataException in org.jdiameter.api.acc.events
 

Methods in org.jdiameter.api.acc.events that throw AvpDataException
 long AccountRequest.getAccountingRecordNumber()
           
 long AccountAnswer.getAccountingRecordNumber()
           
 int AccountRequest.getAccountingRecordType()
           
 int AccountAnswer.getAccountingRecordType()
           
 

Uses of AvpDataException in org.jdiameter.api.app
 

Methods in org.jdiameter.api.app that throw AvpDataException
 java.lang.String AppRequestEvent.getDestinationHost()
          Return destination host avp value ( null if avp is empty )
 java.lang.String AppRequestEvent.getDestinationRealm()
          Return destination realm avp value ( null if avp is empty )
 java.lang.String AppEvent.getOriginHost()
          Return origination host avp value ( null if avp is empty )
 java.lang.String AppEvent.getOriginRealm()
          Return origination realm avp value ( null if avp is empty )
 Avp AppAnswerEvent.getResultCodeAvp()
          Return result code (or experimental if present) AVP of answer message
 

Uses of AvpDataException in org.jdiameter.api.auth.events
 

Methods in org.jdiameter.api.auth.events that throw AvpDataException
 long SessionTermRequest.getAuthApplicationId()
           
 long ReAuthRequest.getAuthApplicationId()
          Return Auth-Application-Id value of request
 long AbortSessionRequest.getAuthApplicationId()
          Return Auth-Application-Id value of request
 int ReAuthRequest.getReAuthRequestType()
          Return re-authentication request type
 int SessionTermRequest.getTerminationCause()
           
 

Uses of AvpDataException in org.jdiameter.api.rf.events
 

Methods in org.jdiameter.api.rf.events that throw AvpDataException
 long RfAccountingRequest.getAccountingRecordNumber()
           
 long RfAccountingAnswer.getAccountingRecordNumber()
           
 int RfAccountingRequest.getAccountingRecordType()
           
 int RfAccountingAnswer.getAccountingRecordType()
           
 



Copyright © 2010. All Rights Reserved.