| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| 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.
|
Copyright © 2005–2025. All rights reserved.