Package | Description |
---|---|
org.restlet.ext.sip |
Support for Session Initiation Protocol (SIP).
|
Modifier and Type | Method and Description |
---|---|
List<SipRecipientInfo> |
SipResponse.getSipRecipientsInfo()
Deprecated.
Returns the intermediary recipients information.
|
List<SipRecipientInfo> |
SipRequest.getSipRecipientsInfo()
Deprecated.
Returns the intermediary recipients information.
|
List<SipRecipientInfo> |
SipClientResource.getSipRequestRecipientsInfo()
Deprecated.
Returns the request's list of Via entries.
|
List<SipRecipientInfo> |
SipClientResource.getSipResponseRecipientsInfo()
Deprecated.
Returns the response's list of Via entries.
|
Modifier and Type | Method and Description |
---|---|
void |
SipResponse.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Deprecated.
Sets the intermediary recipients information.
|
void |
SipRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Deprecated.
Sets the intermediary recipients information.
|
Copyright © 2005-2017 Restlet.