NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Interface
javax.sip.header.ContentLengthHeader

Packages that use ContentLengthHeader
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. 
 

Uses of ContentLengthHeader in gov.nist.javax.sip.header
 

Classes in gov.nist.javax.sip.header that implement ContentLengthHeader
 class ContentLength
          ContentLength SIPHeader (of which there can be only one in a SIPMessage).
 

Methods in gov.nist.javax.sip.header that return ContentLengthHeader
 ContentLengthHeader HeaderFactoryImpl.createContentLengthHeader(int contentLength)
          Creates a new CSeqHeader based on the newly supplied contentLength value.
 

Uses of ContentLengthHeader in gov.nist.javax.sip.message
 

Methods in gov.nist.javax.sip.message that return ContentLengthHeader
 ContentLengthHeader SIPMessage.getContentLength()
          Get the ContentLength header (null if one does not exist).
 

Methods in gov.nist.javax.sip.message with parameters of type ContentLengthHeader
 void SIPMessage.setContentLength(ContentLengthHeader contentLength)
          Set the content length header.
 

Uses of ContentLengthHeader in javax.sip.header
 

Methods in javax.sip.header that return ContentLengthHeader
 ContentLengthHeader HeaderFactory.createContentLengthHeader(int contentLength)
          Creates a new ContentLengthHeader based on the newly supplied contentLength value.
 

Uses of ContentLengthHeader in javax.sip.message
 

Methods in javax.sip.message that return ContentLengthHeader
 ContentLengthHeader Message.getContentLength()
          Gets the ContentLengthHeader of the body content of this Message.
 

Methods in javax.sip.message with parameters of type ContentLengthHeader
 void Message.setContentLength(ContentLengthHeader contentLength)
          Set the ContentLengthHeader of this Message.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.