Package | Description |
---|---|
org.restlet.ext.sip |
Support for Session Initiation Protocol (SIP).
|
Modifier and Type | Class and Description |
---|---|
class |
ContactInfo
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Method and Description |
---|---|
Address |
SipResponse.getAlertInfo()
Deprecated.
Returns the alternative ring tone for the UAC.
|
Address |
SipRequest.getAlertInfo()
Deprecated.
Returns the alternative ring tone for the UAS.
|
Address |
SipResponse.getErrorInfo()
Deprecated.
Returns the pointer to additional information about the error response.
|
Address |
SipResponse.getFrom()
Deprecated.
Returns the description of the request's initiator.
|
Address |
SipServerResource.getFrom()
Deprecated.
Returns the request initiator's address.
|
Address |
SipClientResource.getFrom()
Deprecated.
Returns the request initiator's address.
|
Address |
SipRequest.getFrom()
Deprecated.
Returns the description of the request's initiator.
|
Address |
SipRequest.getReferTo()
Deprecated.
Returns the reference that the recipient of a
SipMethod.REFER
method should contact. |
Address |
SipResponse.getReplyTo()
Deprecated.
Returns a logical return URI.
|
Address |
SipRequest.getReplyTo()
Deprecated.
Returns a logical return URI.
|
Address |
SipResponse.getTo()
Deprecated.
Returns the logical recipient of the request.
|
Address |
SipServerResource.getTo()
Deprecated.
Returns the request recipient's address.
|
Address |
SipClientResource.getTo()
Deprecated.
Returns the request recipient's address.
|
Address |
SipRequest.getTo()
Deprecated.
Returns the logical recipient of the request.
|
Modifier and Type | Method and Description |
---|---|
List<Address> |
SipResponse.getCalleeInfo()
Deprecated.
Returns the description of the current callee.
|
List<Address> |
SipRequest.getCallerInfo()
Deprecated.
Returns the description of the current caller.
|
List<Address> |
SipResponse.getRecordedRoutes()
Deprecated.
Returns the list of routes completed by proxies to force future requests
to go through the proxy.
|
List<Address> |
SipRequest.getRecordedRoutes()
Deprecated.
Returns the list of routes completed by proxies to force future requests
to go through the proxy.
|
List<Address> |
SipRequest.getRoutes()
Deprecated.
Returns the set of proxies used to force routing for a request.
|
Modifier and Type | Method and Description |
---|---|
void |
SipClientResource.register(Address to)
Deprecated.
Registers the address listed in the To header field with a SIP server.
|
void |
SipResponse.setAlertInfo(Address alertInfo)
Deprecated.
Sets the alternative ring tone for the UAC.
|
void |
SipRequest.setAlertInfo(Address alertInfo)
Deprecated.
Sets the alternative ring tone for the UAS.
|
void |
SipResponse.setErrorInfo(Address errorInfo)
Deprecated.
Sets the pointer to additional information about the error response.
|
void |
SipResponse.setFrom(Address from)
Deprecated.
Sets the description of the request's initiator.
|
void |
SipClientResource.setFrom(Address from)
Deprecated.
Sets the description of the request's initiator.
|
void |
SipRequest.setFrom(Address from)
Deprecated.
Sets the description of the request's initiator.
|
void |
SipRequest.setReferTo(Address referTo)
Deprecated.
Sets the reference that the recipient of a
SipMethod.REFER method
should contact. |
void |
SipResponse.setReplyTo(Address replyTo)
Deprecated.
Sets a logical return URI.
|
void |
SipRequest.setReplyTo(Address replyTo)
Deprecated.
Sets a logical return URI.
|
void |
SipResponse.setTo(Address to)
Deprecated.
Sets the logical recipient of the request.
|
void |
SipClientResource.setTo(Address to)
Deprecated.
Sets the logical recipient of the request.
|
void |
SipRequest.setTo(Address to)
Deprecated.
Sets the logical recipient of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
SipResponse.setCalleeInfo(List<Address> calleeInfo)
Deprecated.
Sets the description of the current callee.
|
void |
SipRequest.setCallerInfo(List<Address> callerInfo)
Deprecated.
Sets the description of the current caller.
|
void |
SipResponse.setRecordedRoutes(List<Address> recordedRoutes)
Deprecated.
Sets the list of routes completed by proxies to force future requests to
go through the proxy.
|
void |
SipRequest.setRecordedRoutes(List<Address> recordedRoutes)
Deprecated.
Sets the list of routes completed by proxies to force future requests to
go through the proxy.
|
void |
SipRequest.setRoutes(List<Address> routes)
Deprecated.
Sets the set of proxies used to force routing for a request.
|
Copyright © 2005-2017 Restlet.