Uses of Class
org.restlet.data.RecipientInfo
-
Packages that use RecipientInfo Package Description org.restlet Core classes of the 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.org.restlet.ext.nio.internal.request -
-
Uses of RecipientInfo in org.restlet
Fields in org.restlet with type parameters of type RecipientInfo Modifier and Type Field Description private java.util.List<RecipientInfo>Message. recipientsInfoThe intermediary recipients info.Methods in org.restlet 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 with type arguments of type RecipientInfo Modifier and Type Method Description voidMessage. setRecipientsInfo(java.util.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 RecipientInfo Modifier and Type Method Description java.util.List<RecipientInfo>HttpRequest. getRecipientsInfo()Method parameters in org.restlet.engine.adapter with type arguments of type RecipientInfo Modifier and Type Method Description voidHttpRequest. setRecipientsInfo(java.util.List<RecipientInfo> recipientsInfo) -
Uses of RecipientInfo in org.restlet.engine.header
Methods in org.restlet.engine.header that return RecipientInfo Modifier and Type Method Description RecipientInfoRecipientInfoReader. readValue()Methods in org.restlet.engine.header with parameters of type RecipientInfo Modifier and Type Method Description RecipientInfoWriterRecipientInfoWriter. append(RecipientInfo recipientInfo)Method parameters in org.restlet.engine.header with type arguments of type RecipientInfo Modifier and Type Method Description static voidRecipientInfoReader. addValues(Header header, java.util.Collection<RecipientInfo> collection)Adds values to the given collection.static java.lang.StringRecipientInfoWriter. write(java.util.List<RecipientInfo> recipientsInfo)Creates a via header from the given recipients info. -
Uses of RecipientInfo in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return types with arguments of type RecipientInfo Modifier and Type Method Description java.util.List<RecipientInfo>HttpInboundRequest. getRecipientsInfo()Deprecated.Method parameters in org.restlet.ext.nio.internal.request with type arguments of type RecipientInfo Modifier and Type Method Description voidHttpInboundRequest. setRecipientsInfo(java.util.List<RecipientInfo> recipientsInfo)Deprecated.
-