JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.ContentDispositionHeader

Packages that use ContentDispositionHeader
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 ContentDispositionHeader in javax.sip.header
 

Methods in javax.sip.header that return ContentDispositionHeader
 ContentDispositionHeader HeaderFactory.createContentDispositionHeader(String contentDispositionType)
          Creates a new ContentDispositionHeader based on the newly supplied contentDisposition value.
 

Uses of ContentDispositionHeader in javax.sip.message
 

Methods in javax.sip.message that return ContentDispositionHeader
 ContentDispositionHeader Message.getContentDisposition()
          Gets the ContentDispositionHeader of this Message.
 ContentDispositionHeader Content.getContentDispositionHeader()
           
 

Methods in javax.sip.message with parameters of type ContentDispositionHeader
 void Message.setContentDisposition(ContentDispositionHeader contentDisposition)
          Sets the ContentDispositionHeader of this Message.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.