|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerCapabilities
Java class to represent the Adaptations enumerated type.
6.3.4 Server-Capabilities AVP The Server-Capabilities AVP is of type Grouped. This AVP contains information to assist the I-CSCF in the selection of an S-CSCF. AVP format Server-Capabilities ::=*[Mandatory-Capability] *[Optional-Capability] *[Server-Name] *[AVP]
| Field Summary |
|---|
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Method Summary | |
|---|---|
long |
getMandatoryCapability()
Returns the value of the Mandatory-Capability AVP, of type Unsigned32. |
long |
getOptionalCapability()
Returns the value of the Optional-Capability AVP, of type Unsigned32. |
java.lang.String |
getServerName()
Returns the value of the Server-Name AVP, of type UTF8String. |
boolean |
hasMandatoryCapability()
Returns true if the Mandatory-Capability AVP is present in the message. |
boolean |
hasOptionalCapability()
Returns true if the Optional-Capability AVP is present in the message. |
boolean |
hasServerName()
Returns the value of the Server-Name AVP, of type UTF8String. |
void |
setMandatoryCapability(long mandatoryCapability)
Sets the value of the Mandatory-Capability AVP, of type Unsigned32. |
void |
setOptionalCapability(long optionalCapability)
Sets the value of the Optional-Capability AVP, of type Unsigned32. |
void |
setServerName(java.lang.String serverName)
Returns the value of the Server-Name AVP, of type UTF8String. |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, setExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue |
| Method Detail |
|---|
long getMandatoryCapability()
long getOptionalCapability()
java.lang.String getServerName()
boolean hasMandatoryCapability()
boolean hasOptionalCapability()
boolean hasServerName()
void setMandatoryCapability(long mandatoryCapability)
void setOptionalCapability(long optionalCapability)
void setServerName(java.lang.String serverName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||