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
|
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 java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AllowHeader
public AllowHeader(java.lang.String hvalue)
AllowHeader
public AllowHeader(Header hd)
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.