MjSip Stack
v1.6

org.zoolu.sip.header
Class AllowHeader

java.lang.Object
  |
  +--org.zoolu.sip.header.Header
        |
        +--org.zoolu.sip.header.ListHeader
              |
              +--org.zoolu.sip.header.AllowHeader

public class AllowHeader
extends ListHeader

SIP Header Allow


Fields inherited from class org.zoolu.sip.header.Header
name, value
 
Constructor Summary
AllowHeader(Header hd)
           
AllowHeader(java.lang.String hvalue)
           
 
Method Summary
 void addMethod(java.lang.String method)
          Adds a new method to the methods list.
 java.util.Vector getMethods()
          Gets list of methods (as Vector of Strings).
 void setMethod(java.util.Vector methods)
          Sets the list of methods.
 
Methods inherited from class org.zoolu.sip.header.ListHeader
addElement, getElements, setElements
 
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

AllowHeader

public AllowHeader(java.lang.String hvalue)

AllowHeader

public AllowHeader(Header hd)
Method Detail

getMethods

public java.util.Vector getMethods()
Gets list of methods (as Vector of Strings).

setMethod

public void setMethod(java.util.Vector methods)
Sets the list of methods.

addMethod

public void addMethod(java.lang.String method)
Adds a new method to the methods list.

MjSip Stack
v1.6