MjSip Stack
v1.6

org.zoolu.sip.header
Class AlertInfoHeader

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

public class AlertInfoHeader
extends ParametricHeader

SIP Header Allert-Info


Fields inherited from class org.zoolu.sip.header.Header
name, value
 
Constructor Summary
AlertInfoHeader(Header hd)
           
AlertInfoHeader(java.lang.String absolute_uri)
           
 
Method Summary
 java.lang.String getAbsoluteURI()
          Gets the absoluteURI
 void setAbsoluteURI(java.lang.String absolute_uri)
          Sets the absoluteURI
 
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

AlertInfoHeader

public AlertInfoHeader(java.lang.String absolute_uri)

AlertInfoHeader

public AlertInfoHeader(Header hd)
Method Detail

getAbsoluteURI

public java.lang.String getAbsoluteURI()
Gets the absoluteURI

setAbsoluteURI

public void setAbsoluteURI(java.lang.String absolute_uri)
Sets the absoluteURI

MjSip Stack
v1.6