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

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

Uses of RedirectHostUsageType in net.java.slee.resource.diameter.base.events
 

Methods in net.java.slee.resource.diameter.base.events that return RedirectHostUsageType
 RedirectHostUsageType SessionTerminationAnswer.getRedirectHostUsage()
          Returns the value of the Redirect-Host-Usage AVP, of type Enumerated.
 RedirectHostUsageType ReAuthAnswer.getRedirectHostUsage()
          Returns the value of the Redirect-Host-Usage AVP, of type Enumerated.
 RedirectHostUsageType AbortSessionAnswer.getRedirectHostUsage()
          Returns the value of the Redirect-Host-Usage AVP, of type Enumerated.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type RedirectHostUsageType
 void SessionTerminationAnswer.setRedirectHostUsage(RedirectHostUsageType redirectHostUsage)
          Sets the value of the Redirect-Host-Usage AVP, of type Enumerated.
 void ReAuthAnswer.setRedirectHostUsage(RedirectHostUsageType redirectHostUsage)
          Sets the value of the Redirect-Host-Usage AVP, of type Enumerated.
 void AbortSessionAnswer.setRedirectHostUsage(RedirectHostUsageType redirectHostUsage)
          Sets the value of the Redirect-Host-Usage AVP, of type Enumerated.
 

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

Fields in net.java.slee.resource.diameter.base.events.avp declared as RedirectHostUsageType
static RedirectHostUsageType RedirectHostUsageType.ALL_APPLICATION
          All messages for the application requested MAY be sent to the host specified in the Redirect-Host AVP.
static RedirectHostUsageType RedirectHostUsageType.ALL_HOST
          All messages that would be sent to the host that generated the Redirect-Host MAY be sent to the host specified in the Redirect- Host AVP.
static RedirectHostUsageType RedirectHostUsageType.ALL_REALM
          All messages destined for the realm requested MAY be sent to the host specified in the Redirect-Host AVP.
static RedirectHostUsageType RedirectHostUsageType.ALL_SESSION
          All messages within the same session, as defined by the same value of the Session-ID AVP MAY be sent to the host specified in the Redirect-Host AVP.
static RedirectHostUsageType RedirectHostUsageType.ALL_USER
          All messages for the user requested MAY be sent to the host specified in the Redirect-Host AVP.
static RedirectHostUsageType RedirectHostUsageType.DONT_CACHE
          The host specified in the Redirect-Host AVP should not be cached.
static RedirectHostUsageType RedirectHostUsageType.REALM_AND_APPLICATION
          All messages for the application requested to the realm specified MAY be sent to the host specified in the Redirect-Host AVP.
 

Methods in net.java.slee.resource.diameter.base.events.avp that return RedirectHostUsageType
static RedirectHostUsageType RedirectHostUsageType.fromInt(int type)
           
 

Uses of RedirectHostUsageType in org.mobicents.slee.resource.diameter.base.events
 

Methods in org.mobicents.slee.resource.diameter.base.events that return RedirectHostUsageType
 RedirectHostUsageType DiameterMessageImpl.getRedirectHostUsage()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type RedirectHostUsageType
 void DiameterMessageImpl.setRedirectHostUsage(RedirectHostUsageType redirectHostUsage)
           
 



Copyright © 2008. All Rights Reserved.