org.zoolu.sip.header
Class ServerHeader
java.lang.Object
|
+--org.zoolu.sip.header.Header
|
+--org.zoolu.sip.header.ServerHeader
- public class ServerHeader
- extends Header
Server header that carries information about the UAS
|
Method Summary |
java.lang.String |
getInfo()
Gets UAS information |
void |
setInfo(java.lang.String info)
Sets the UAS information |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerHeader
public ServerHeader(java.lang.String info)
ServerHeader
public ServerHeader(Header hd)
getInfo
public java.lang.String getInfo()
- Gets UAS information
setInfo
public void setInfo(java.lang.String info)
- Sets the UAS information