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
 java.util.List<ContactInfo> SipResponse.getContacts()
          Returns the data about the contacts.
 java.util.List<ContactInfo> SipRequest.getContacts()
          Returns the data about the contacts.
 

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



Copyright © 2005-2013 Restlet S.A.S..