Uses of Class
org.restlet.data.RecipientInfo

Packages that use RecipientInfo
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. 
 

Uses of RecipientInfo in org.restlet.engine.adapter
 

Methods in org.restlet.engine.adapter that return types with arguments of type RecipientInfo
 List<RecipientInfo> HttpRequest.getRecipientsInfo()
           
 

Method parameters in org.restlet.engine.adapter with type arguments of type RecipientInfo
 void HttpRequest.setRecipientsInfo(List<RecipientInfo> recipientsInfo)
           
 

Uses of RecipientInfo in org.restlet.engine.header
 

Methods in org.restlet.engine.header that return RecipientInfo
 RecipientInfo RecipientInfoReader.readValue()
           
 

Methods in org.restlet.engine.header with parameters of type RecipientInfo
 RecipientInfoWriter RecipientInfoWriter.append(RecipientInfo recipientInfo)
           
 

Method parameters in org.restlet.engine.header with type arguments of type RecipientInfo
static void RecipientInfoReader.addValues(Header header, Collection<RecipientInfo> collection)
          Adds values to the given collection.
static String RecipientInfoWriter.write(List<RecipientInfo> recipientsInfo)
          Creates a via header from the given recipients info.
 



Copyright © 2005-2014 Restlet.