Uses of Class
org.restlet.ext.sip.SipRecipientInfo

Packages that use SipRecipientInfo
org.restlet.ext.sip Support for Session Initiation Protocol (SIP). 
 

Uses of SipRecipientInfo in org.restlet.ext.sip
 

Methods in org.restlet.ext.sip that return types with arguments of type SipRecipientInfo
 List<SipRecipientInfo> SipRequest.getSipRecipientsInfo()
          Returns the intermediary recipients information.
 List<SipRecipientInfo> SipResponse.getSipRecipientsInfo()
          Returns the intermediary recipients information.
 List<SipRecipientInfo> SipClientResource.getSipRequestRecipientsInfo()
          Returns the request's list of Via entries.
 List<SipRecipientInfo> SipClientResource.getSipResponseRecipientsInfo()
          Returns the response's list of Via entries.
 

Method parameters in org.restlet.ext.sip with type arguments of type SipRecipientInfo
 void SipRequest.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
          Sets the intermediary recipients information.
 void SipResponse.setSipRecipientsInfo(List<SipRecipientInfo> recipientsInfo)
          Sets the intermediary recipients information.
 



Copyright © 2005-2013 Restlet.