Package | Description |
---|---|
gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
javax.sip.message |
This package contains the interfaces representing SIP messages.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentLanguage
ContentLanguage header
|
Modifier and Type | Method and Description |
---|---|
ContentLanguageHeader |
HeaderFactoryImpl.createContentLanguageHeader(Locale contentLanguage)
Creates a new ContentLanguageHeader based on the newly supplied
contentLanguage value.
|
Modifier and Type | Method and Description |
---|---|
ContentLanguageHeader |
SIPMessage.getContentLanguage()
Get the contentLanguage header.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setContentLanguage(ContentLanguageHeader contentLanguageHeader) |
Modifier and Type | Method and Description |
---|---|
ContentLanguageHeader |
HeaderFactory.createContentLanguageHeader(Locale contentLanguage)
Creates a new ContentLanguageHeader based on the newly supplied
contentLanguage value.
|
Modifier and Type | Method and Description |
---|---|
ContentLanguageHeader |
Message.getContentLanguage()
Gets the ContentLanguageHeader of this Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setContentLanguage(ContentLanguageHeader contentLanguage)
Sets the ContentLanguageHeader of this Message.
|
Copyright © 2016. All Rights Reserved.