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