Uses of Class
org.restlet.data.RecipientInfo

Packages that use RecipientInfo
org.restlet Core classes of the API. 
 

Uses of RecipientInfo in org.restlet
 

Methods in org.restlet that return types with arguments of type RecipientInfo
 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 with type arguments of type RecipientInfo
 void Message.setRecipientsInfo(List<RecipientInfo> recipientsInfo)
          Sets the modifiable list of intermediary recipients.
 



Copyright © 2005-2013 Restlet.