Uses of Class
org.restlet.client.data.RecipientInfo
-
Packages that use RecipientInfo Package Description org.restlet.client Core classes of the API. -
-
Uses of RecipientInfo in org.restlet.client
Methods in org.restlet.client that return types with arguments of type RecipientInfo Modifier and Type Method 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.Method parameters in org.restlet.client with type arguments of type RecipientInfo Modifier and Type Method Description void
Message. setRecipientsInfo(java.util.List<RecipientInfo> recipientsInfo)
Sets the modifiable list of intermediary recipients.
-