Uses of Class
org.restlet.data.RecipientInfo
Packages that use RecipientInfo
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports HTTP header parsing and formatting.
-
Uses of RecipientInfo in org.restlet
Methods in org.restlet that return types with arguments of type RecipientInfoModifier and TypeMethodDescriptionMessage.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 RecipientInfoModifier and TypeMethodDescriptionvoidMessage.setRecipientsInfo(List<RecipientInfo> recipientsInfo) Sets the modifiable list of intermediary recipients. -
Uses of RecipientInfo in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return types with arguments of type RecipientInfoMethod parameters in org.restlet.engine.adapter with type arguments of type RecipientInfoModifier and TypeMethodDescriptionvoidHttpRequest.setRecipientsInfo(List<RecipientInfo> recipientsInfo) -
Uses of RecipientInfo in org.restlet.engine.header
Methods in org.restlet.engine.header that return RecipientInfoMethods in org.restlet.engine.header with parameters of type RecipientInfoMethod parameters in org.restlet.engine.header with type arguments of type RecipientInfoModifier and TypeMethodDescriptionstatic voidRecipientInfoReader.addValues(Header header, Collection<RecipientInfo> collection) Adds values to the given collection.static StringRecipientInfoWriter.write(List<RecipientInfo> recipientsInfo) Creates a via header from the given recipients info.