| Package | Description |
|---|---|
| org.restlet |
Core classes of the API.
|
| org.restlet.engine.http |
Supports HTTP connectors.
|
| org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
| org.restlet.engine.http.header |
Supports HTTP header parsing and formatting.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<RecipientInfo> recipientsInfo)
Sets the modifiable list of intermediary recipients.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecipientInfo> |
HttpRequest.getRecipientsInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.setRecipientsInfo(java.util.List<RecipientInfo> recipientsInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecipientInfo> |
ConnectedRequest.getRecipientsInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectedRequest.setRecipientsInfo(java.util.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(Parameter header,
java.util.Collection<RecipientInfo> collection)
Adds values to the given collection.
|
static java.lang.String |
RecipientInfoWriter.write(java.util.List<RecipientInfo> recipientsInfo)
Creates a via header from the given recipients info.
|
Copyright © 2005-2012. All Rights Reserved.