Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
List<SipRecipientInfo> |
SipRequest.getSipRecipientsInfo()
Deprecated.
Returns the intermediary recipients information.
|
List<SipRecipientInfo> |
SipResponse.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 |
SipRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Deprecated.
Sets the intermediary recipients information.
|
void |
SipResponse.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Deprecated.
Sets the intermediary recipients information.
|
Modifier and Type | Method and Description |
---|---|
SipRecipientInfo |
SipRecipientInfoReader.readValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SipRecipientInfo> |
SipInboundRequest.getSipRecipientsInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SipRecipientInfoWriter |
SipRecipientInfoWriter.append(SipRecipientInfo recipientInfo)
Deprecated.
|
static String |
SipRecipientInfoWriter.write(SipRecipientInfo recipientInfo)
Deprecated.
Creates a via header from the given recipient info.
|
Modifier and Type | Method and Description |
---|---|
static void |
SipRecipientInfoReader.addValues(Header header,
Collection<SipRecipientInfo> collection)
Deprecated.
Adds values to the given collection.
|
void |
SipInboundRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Deprecated.
|
static String |
SipRecipientInfoWriter.write(List<SipRecipientInfo> recipientsInfo)
Deprecated.
Creates a via header from the given recipients info.
|
Copyright © 2005–2016. All rights reserved.