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 |
ContentLength
ContentLength SIPHeader (of which there can be only one in a SIPMessage).
|
Modifier and Type | Method and Description |
---|---|
ContentLengthHeader |
HeaderFactoryImpl.createContentLengthHeader(int contentLength)
Creates a new CSeqHeader based on the newly supplied contentLength value.
|
Modifier and Type | Method and Description |
---|---|
ContentLengthHeader |
SIPMessage.getContentLength()
Get the ContentLength header (null if one does not exist).
|
ContentLengthHeader |
MessageExt.getContentLengthHeader()
Get the content length header or null if none present.
|
ContentLengthHeader |
SIPMessage.getContentLengthHeader()
Get the contentLength header.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setContentLength(ContentLengthHeader contentLength)
Set the content length header.
|
Modifier and Type | Method and Description |
---|---|
ContentLengthHeader |
HeaderFactory.createContentLengthHeader(int contentLength)
Creates a new ContentLengthHeader based on the newly supplied contentLength value.
|
Modifier and Type | Method and Description |
---|---|
ContentLengthHeader |
Message.getContentLength()
Gets the ContentLengthHeader of the body content of this Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setContentLength(ContentLengthHeader contentLength)
Set the ContentLengthHeader of this Message.
|
Copyright © 2015. All Rights Reserved.