Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
List<SipRecipientInfo> |
SipResponse.getSipRecipientsInfo()
Returns the intermediary recipients information.
|
List<SipRecipientInfo> |
SipRequest.getSipRecipientsInfo()
Returns the intermediary recipients information.
|
List<SipRecipientInfo> |
SipClientResource.getSipRequestRecipientsInfo()
Returns the request's list of Via entries.
|
List<SipRecipientInfo> |
SipClientResource.getSipResponseRecipientsInfo()
Returns the response's list of Via entries.
|
Modifier and Type | Method and Description |
---|---|
void |
SipResponse.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Sets the intermediary recipients information.
|
void |
SipRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
Sets the intermediary recipients information.
|
Modifier and Type | Method and Description |
---|---|
SipRecipientInfo |
SipRecipientInfoReader.readValue() |
Modifier and Type | Method and Description |
---|---|
List<SipRecipientInfo> |
SipInboundRequest.getSipRecipientsInfo() |
Modifier and Type | Method and Description |
---|---|
SipRecipientInfoWriter |
SipRecipientInfoWriter.append(SipRecipientInfo recipientInfo) |
static String |
SipRecipientInfoWriter.write(SipRecipientInfo recipientInfo)
Creates a via header from the given recipient info.
|
Modifier and Type | Method and Description |
---|---|
static void |
SipRecipientInfoReader.addValues(Header header,
Collection<SipRecipientInfo> collection)
Adds values to the given collection.
|
void |
SipInboundRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo) |
static String |
SipRecipientInfoWriter.write(List<SipRecipientInfo> recipientsInfo)
Creates a via header from the given recipients info.
|
Copyright © 2005–2013. All rights reserved.