| Package | Description |
|---|---|
| org.restlet | |
| org.restlet.engine.adapter | |
| org.restlet.engine.header | |
| org.restlet.ext.nio.internal.request | |
| org.restlet.ext.sip | |
| org.restlet.ext.sip.internal |
| Modifier and Type | Method and Description |
|---|---|
List<RecipientInfo> |
Message.getRecipientsInfo()
Returns the intermediary recipient information.
Note that when used with HTTP connectors, this property maps to the "Via" headers. |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setRecipientsInfo(List<RecipientInfo> recipientsInfo)
Sets the modifiable list of intermediary recipients.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipientInfo> |
HttpRequest.getRecipientsInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.setRecipientsInfo(List<RecipientInfo> recipientsInfo) |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo |
RecipientInfoReader.readValue() |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfoWriter |
RecipientInfoWriter.append(RecipientInfo recipientInfo) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RecipientInfoReader.addValues(Header header,
Collection<RecipientInfo> collection)
Adds values to the given collection.
|
static String |
RecipientInfoWriter.write(List<RecipientInfo> recipientsInfo)
Creates a via header from the given recipients info.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipientInfo> |
HttpInboundRequest.getRecipientsInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpInboundRequest.setRecipientsInfo(List<RecipientInfo> recipientsInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
SipRecipientInfo
Deprecated.
Will be removed to focus on Web APIs.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipientInfo> |
SipInboundRequest.getRecipientsInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipInboundRequest.setRecipientsInfo(List<RecipientInfo> recipientsInfo)
Deprecated.
|
Copyright © 2005–2016. All rights reserved.