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

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

Uses of ContactInfo in org.restlet.ext.sip
 

Methods in org.restlet.ext.sip that return types with arguments of type ContactInfo
 List<ContactInfo> SipRequest.getContacts()
          Returns the data about the contacts.
 List<ContactInfo> SipResponse.getContacts()
          Returns the data about the contacts.
 

Method parameters in org.restlet.ext.sip with type arguments of type ContactInfo
 void SipRequest.setContacts(List<ContactInfo> contact)
          Sets the data about the contacts.
 void SipResponse.setContacts(List<ContactInfo> contact)
          Sets the data about the contact.
 



Copyright © 2005-2013 Restlet.