Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
List<ContactInfo> |
SipResponse.getContacts()
Returns the data about the contacts.
|
List<ContactInfo> |
SipRequest.getContacts()
Returns the data about the contacts.
|
Modifier and Type | Method and Description |
---|---|
void |
SipResponse.setContacts(List<ContactInfo> contact)
Sets the data about the contact.
|
void |
SipRequest.setContacts(List<ContactInfo> contact)
Sets the data about the contacts.
|
Modifier and Type | Method and Description |
---|---|
ContactInfo |
ContactInfoReader.readValue() |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<ContactInfo> |
ContactInfoWriter.append(ContactInfo contact) |
List<ContactInfo> |
SipInboundRequest.getContacts() |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<ContactInfo> |
ContactInfoWriter.append(ContactInfo contact) |
static String |
ContactInfoWriter.write(ContactInfo contact)
Writes a contact.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setContacts(List<ContactInfo> contact) |
static String |
ContactInfoWriter.write(List<ContactInfo> contacts)
Writes a list of contacts with a comma separator.
|
Copyright © 2005–2013. All rights reserved.