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 |
ContentDisposition
Content Dispositon SIP Header.
|
Modifier and Type | Method and Description |
---|---|
ContentDispositionHeader |
HeaderFactoryImpl.createContentDispositionHeader(String contentDisposition)
Creates a new ContentDispositionHeader based on the newly supplied
contentDisposition value.
|
Modifier and Type | Method and Description |
---|---|
ContentDispositionHeader |
SIPMessage.getContentDisposition()
get content disposition header or null if no such header exists.
|
ContentDispositionHeader |
ContentImpl.getContentDispositionHeader() |
ContentDispositionHeader |
Content.getContentDispositionHeader() |
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setContentDisposition(ContentDispositionHeader contentDispositionHeader)
Set the content disposition header.
|
void |
ContentImpl.setContentDispositionHeader(ContentDispositionHeader contentDispositionHeader) |
Modifier and Type | Method and Description |
---|---|
ContentDispositionHeader |
HeaderFactory.createContentDispositionHeader(String contentDispositionType)
Creates a new ContentDispositionHeader based on the newly supplied
contentDisposition value.
|
Modifier and Type | Method and Description |
---|---|
ContentDispositionHeader |
Message.getContentDisposition()
Gets the ContentDispositionHeader of this Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setContentDisposition(ContentDispositionHeader contentDisposition)
Sets the ContentDispositionHeader of this Message.
|
Copyright © 2015. All Rights Reserved.