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 |
ContentEncoding
Content encoding part of a content encoding header list.
|
Modifier and Type | Method and Description |
---|---|
ContentEncodingHeader |
HeaderFactoryImpl.createContentEncodingHeader(String encoding)
Creates a new ContentEncodingHeader based on the newly supplied encoding
value.
|
Modifier and Type | Method and Description |
---|---|
ContentEncodingHeader |
SIPMessage.getContentEncoding()
get the content encoding header.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setContentEncoding(ContentEncodingHeader contentEncodingHeader) |
Modifier and Type | Method and Description |
---|---|
ContentEncodingHeader |
HeaderFactory.createContentEncodingHeader(String encoding)
Creates a new ContentEncodingHeader based on the newly supplied encoding
value.
|
Modifier and Type | Method and Description |
---|---|
ContentEncodingHeader |
Message.getContentEncoding()
Gets the ContentEncodingHeader of this Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setContentEncoding(ContentEncodingHeader contentEncoding)
Sets the ContentEncodingHeader of this Message.
|
Copyright © 2018. All Rights Reserved.