gov.nist.javax.sip.header.ims
Interface PPreferredServiceHeader
- All Superinterfaces:
- Cloneable, Header, Serializable
- All Known Implementing Classes:
- PPreferredService
public interface PPreferredServiceHeader
- extends Header
- Author:
- aayush.bhatnagar
The ABNF for this header is all follows:
PPreferredService = "P-Preferred-Service"
HCOLON PPreferredService-value
PPreferredService-value = Service-ID *(COMMA Service-ID)
where,
Service-ID = "urn:urn-7:" urn-service-id
urn-service-id = top-level *("." sub-service-id)
top-level = let-dig [ *26let-dig ]
sub-service-id = let-dig [ *let-dig ]
let-dig = ALPHA / DIGIT / "-"
Egs: P-Preferred-Service: urn:urn-7:3gpp-service.exampletelephony.version1
P-Preferred-Service: urn:urn-7:3gpp-application.exampletelephony.version1
NAME
static final String NAME
- See Also:
- Constant Field Values
setSubserviceIdentifiers
void setSubserviceIdentifiers(String subservices)
getSubserviceIdentifiers
String getSubserviceIdentifiers()
setApplicationIdentifiers
void setApplicationIdentifiers(String appids)
getApplicationIdentifiers
String getApplicationIdentifiers()
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.