Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
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 |
SipServerResource.getFrom()
Deprecated.
Returns the request initiator's address.
|
Address |
SipResponse.getFrom()
Deprecated.
Returns the description of the request's initiator.
|
Address |
SipRequest.getFrom()
Deprecated.
Returns the description of the request's initiator.
|
Address |
SipClientResource.getFrom()
Deprecated.
Returns the request initiator's address.
|
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 |
SipServerResource.getTo()
Deprecated.
Returns the request recipient's address.
|
Address |
SipResponse.getTo()
Deprecated.
Returns the logical recipient of the request.
|
Address |
SipRequest.getTo()
Deprecated.
Returns the logical recipient of the request.
|
Address |
SipClientResource.getTo()
Deprecated.
Returns the request recipient's address.
|
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 |
SipRequest.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.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 |
SipRequest.setTo(Address to)
Deprecated.
Sets the logical recipient of the request.
|
void |
SipClientResource.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.
|
Modifier and Type | Method and Description |
---|---|
Address |
SipInboundRequest.getAlertInfo()
Deprecated.
|
Address |
SipInboundRequest.getReferTo()
Deprecated.
|
Address |
SipInboundRequest.getReplyTo()
Deprecated.
|
Address |
AddressReader.readValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Address> |
AddressWriter.append(Address address)
Deprecated.
|
List<Address> |
SipInboundRequest.getCallerInfo()
Deprecated.
|
List<Address> |
SipInboundRequest.getRecordedRoutes()
Deprecated.
|
List<Address> |
SipInboundRequest.getRoutes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactInfoReader.addParameter(Address address,
Parameter param)
Deprecated.
Handle a given parameters.
|
HeaderWriter<Address> |
AddressWriter.append(Address address)
Deprecated.
|
void |
SipInboundRequest.setAlertInfo(Address alertInfo)
Deprecated.
|
void |
SipInboundRequest.setReferTo(Address referTo)
Deprecated.
|
void |
SipInboundRequest.setReplyTo(Address replyTo)
Deprecated.
|
static String |
AddressWriter.write(Address address)
Deprecated.
Writes an address.
|
static String |
AddressWriter.write(Address address,
boolean includeTag)
Deprecated.
Writes an address.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setCallerInfo(List<Address> callerInfo)
Deprecated.
|
void |
SipInboundRequest.setRecordedRoutes(List<Address> recordedRoutes)
Deprecated.
|
void |
SipInboundRequest.setRoutes(List<Address> routes)
Deprecated.
|
static String |
AddressWriter.write(List<Address> addresses)
Deprecated.
Writes a list of addresses with a comma separator.
|
Copyright © 2005–2017. All rights reserved.