|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContactInfo | |
|---|---|
| org.restlet.ext.sip | Support for Session Initiation Protocol (SIP). |
| Uses of ContactInfo in org.restlet.ext.sip |
|---|
| Methods in org.restlet.ext.sip that return types with arguments of type ContactInfo | |
|---|---|
List<ContactInfo> |
SipRequest.getContacts()
Returns the data about the contacts. |
List<ContactInfo> |
SipResponse.getContacts()
Returns the data about the contacts. |
| Method parameters in org.restlet.ext.sip with type arguments of type ContactInfo | |
|---|---|
void |
SipRequest.setContacts(List<ContactInfo> contact)
Sets the data about the contacts. |
void |
SipResponse.setContacts(List<ContactInfo> contact)
Sets the data about the contact. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||