MjSip Stack
v1.6

org.zoolu.sip.header
Class ContentTypeHeader

java.lang.Object
  |
  +--org.zoolu.sip.header.Header
        |
        +--org.zoolu.sip.header.ParametricHeader
              |
              +--org.zoolu.sip.header.ContentTypeHeader

public class ContentTypeHeader
extends ParametricHeader

SIP Header Content-Type


Fields inherited from class org.zoolu.sip.header.Header
name, value
 
Constructor Summary
ContentTypeHeader(Header hd)
           
ContentTypeHeader(java.lang.String hvalue)
           
 
Method Summary
 java.lang.String getContentType()
          Gets content-length of ContentLengthHeader
 void setContentType(java.lang.String cType)
          Sets content-length of ContentLengthHeader
 
Methods inherited from class org.zoolu.sip.header.ParametricHeader
getParameter, getParameterNames, hasParameter, hasParameters, indexOfFirstSemi, removeParameter, removeParameters, setParameter
 
Methods inherited from class org.zoolu.sip.header.Header
clone, equals, getName, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentTypeHeader

public ContentTypeHeader(java.lang.String hvalue)

ContentTypeHeader

public ContentTypeHeader(Header hd)
Method Detail

getContentType

public java.lang.String getContentType()
Gets content-length of ContentLengthHeader

setContentType

public void setContentType(java.lang.String cType)
Sets content-length of ContentLengthHeader

MjSip Stack
v1.6