|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.zoolu.sip.dialog.DialogInfo
Class DialogInfo maintains a complete information status of a generic SIP dialog. It has the following attributes:
| Constructor Summary | |
DialogInfo()
Creates a new empty DialogInfo |
|
| Method Summary | |
java.lang.String |
getCallID()
Gets the call-id |
NameAddress |
getLocalContact()
Gets the local contact url |
long |
getLocalCSeq()
Gets the local CSeq number |
NameAddress |
getLocalName()
Gets the local name |
java.lang.String |
getLocalTag()
Gets the local tag |
NameAddress |
getRemoteContact()
Gets the remote contact url |
long |
getRemoteCSeq()
Gets the remote CSeq number |
NameAddress |
getRemoteName()
Gets the remote name |
java.lang.String |
getRemoteTag()
Gets the remote tag |
java.util.Vector |
getRoute()
Gets the route set |
void |
incLocalCSeq()
Increments the local CSeq number |
void |
incRemoteCSeq()
Increments the remote CSeq number |
void |
setCallID(java.lang.String id)
Sets the call-id |
void |
setLocalContact(NameAddress name_address)
Sets the local contact url |
void |
setLocalCSeq(long cseq)
Sets the local CSeq number |
void |
setLocalName(NameAddress url)
Sets the local name |
void |
setLocalTag(java.lang.String tag)
Sets the local tag |
void |
setRemoteContact(NameAddress name_address)
Sets the remote contact url |
void |
setRemoteCSeq(long cseq)
Sets the remote CSeq number |
void |
setRemoteName(NameAddress url)
Sets the remote name |
void |
setRemoteTag(java.lang.String tag)
|
void |
setRoute(java.util.Vector r)
Sets the route set |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DialogInfo()
| Method Detail |
public void setLocalName(NameAddress url)
public NameAddress getLocalName()
public void setRemoteName(NameAddress url)
public NameAddress getRemoteName()
public void setLocalContact(NameAddress name_address)
public NameAddress getLocalContact()
public void setRemoteContact(NameAddress name_address)
public NameAddress getRemoteContact()
public void setCallID(java.lang.String id)
public java.lang.String getCallID()
public void setLocalTag(java.lang.String tag)
public java.lang.String getLocalTag()
public void setRemoteTag(java.lang.String tag)
public java.lang.String getRemoteTag()
public void setLocalCSeq(long cseq)
public void incLocalCSeq()
public long getLocalCSeq()
public void setRemoteCSeq(long cseq)
public void incRemoteCSeq()
public long getRemoteCSeq()
public void setRoute(java.util.Vector r)
public java.util.Vector getRoute()
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||