|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipunit.SipContact
public class SipContact
This class holds information pertaining to a contact URI and provides associated getter methods.
| Method Summary | |
|---|---|
javax.sip.header.ContactHeader |
getContactHeader()
|
java.lang.String |
getDisplayName()
The method getDisplayName() returns the display name of this contact URI. |
int |
getExpiry()
The method getExpiry() returns the expiry value for this contact URI. |
java.lang.String |
getURI()
The method getURI() returns the contact URI as a String. |
java.lang.String |
getURIScheme()
The method getURIScheme() returns the scheme of this contact URI ("sip", "sips", etc.). |
boolean |
isSipURI()
This method indicates if this contact URI has a scheme of "sip" or "sips", or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public javax.sip.header.ContactHeader getContactHeader()
public int getExpiry()
public java.lang.String getDisplayName()
public java.lang.String getURI()
public java.lang.String getURIScheme()
public boolean isSipURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||