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

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

Uses of Address in org.restlet.ext.sip
 

Subclasses of Address in org.restlet.ext.sip
 class ContactInfo
          Information on a SIP contact.
 

Methods in org.restlet.ext.sip that return Address
 Address SipRequest.getAlertInfo()
          Returns the alternative ring tone for the UAS.
 Address SipResponse.getAlertInfo()
          Returns the alternative ring tone for the UAC.
 Address SipResponse.getErrorInfo()
          Returns the pointer to additional information about the error response.
 Address SipServerResource.getFrom()
          Returns the request initiator's address.
 Address SipClientResource.getFrom()
          Returns the request initiator's address.
 Address SipRequest.getFrom()
          Returns the description of the request's initiator.
 Address SipResponse.getFrom()
          Returns the description of the request's initiator.
 Address SipRequest.getReferTo()
          Returns the reference that the recipient of a SipMethod.REFER method should contact.
 Address SipRequest.getReplyTo()
          Returns a logical return URI.
 Address SipResponse.getReplyTo()
          Returns a logical return URI.
 Address SipServerResource.getTo()
          Returns the request recipient's address.
 Address SipClientResource.getTo()
          Returns the request recipient's address.
 Address SipRequest.getTo()
          Returns the logical recipient of the request.
 Address SipResponse.getTo()
          Returns the logical recipient of the request.
 

Methods in org.restlet.ext.sip that return types with arguments of type Address
 List<Address> SipResponse.getCalleeInfo()
          Returns the description of the current callee.
 List<Address> SipRequest.getCallerInfo()
          Returns the description of the current caller.
 List<Address> SipRequest.getRecordedRoutes()
          Returns the list of routes completed by proxies to force future requests to go through the proxy.
 List<Address> SipResponse.getRecordedRoutes()
          Returns the list of routes completed by proxies to force future requests to go through the proxy.
 List<Address> SipRequest.getRoutes()
          Returns the set of proxies used to force routing for a request.
 

Methods in org.restlet.ext.sip with parameters of type Address
 void SipClientResource.register(Address to)
          Registers the address listed in the To header field with a SIP server.
 void SipRequest.setAlertInfo(Address alertInfo)
          Sets the alternative ring tone for the UAS.
 void SipResponse.setAlertInfo(Address alertInfo)
          Sets the alternative ring tone for the UAC.
 void SipResponse.setErrorInfo(Address errorInfo)
          Sets the pointer to additional information about the error response.
 void SipClientResource.setFrom(Address from)
          Sets the description of the request's initiator.
 void SipRequest.setFrom(Address from)
          Sets the description of the request's initiator.
 void SipResponse.setFrom(Address from)
          Sets the description of the request's initiator.
 void SipRequest.setReferTo(Address referTo)
          Sets the reference that the recipient of a SipMethod.REFER method should contact.
 void SipRequest.setReplyTo(Address replyTo)
          Sets a logical return URI.
 void SipResponse.setReplyTo(Address replyTo)
          Sets a logical return URI.
 void SipClientResource.setTo(Address to)
          Sets the logical recipient of the request.
 void SipRequest.setTo(Address to)
          Sets the logical recipient of the request.
 void SipResponse.setTo(Address to)
          Sets the logical recipient of the request.
 

Method parameters in org.restlet.ext.sip with type arguments of type Address
 void SipResponse.setCalleeInfo(List<Address> calleeInfo)
          Sets the description of the current callee.
 void SipRequest.setCallerInfo(List<Address> callerInfo)
          Sets the description of the current caller.
 void SipRequest.setRecordedRoutes(List<Address> recordedRoutes)
          Sets the list of routes completed by proxies to force future requests to go through the proxy.
 void SipResponse.setRecordedRoutes(List<Address> recordedRoutes)
          Sets the list of routes completed by proxies to force future requests to go through the proxy.
 void SipRequest.setRoutes(List<Address> routes)
          Sets the set of proxies used to force routing for a request.
 



Copyright © 2005-2013 Restlet.