Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Class and Description |
---|---|
class |
ContactInfo
Information on a SIP contact.
|
Modifier and Type | Method and Description |
---|---|
Address |
SipResponse.getAlertInfo()
Returns the alternative ring tone for the UAC.
|
Address |
SipRequest.getAlertInfo()
Returns the alternative ring tone for the UAS.
|
Address |
SipResponse.getErrorInfo()
Returns the pointer to additional information about the error response.
|
Address |
SipServerResource.getFrom()
Returns the request initiator's address.
|
Address |
SipResponse.getFrom()
Returns the description of the request's initiator.
|
Address |
SipClientResource.getFrom()
Returns the request initiator's address.
|
Address |
SipRequest.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 |
SipResponse.getReplyTo()
Returns a logical return URI.
|
Address |
SipRequest.getReplyTo()
Returns a logical return URI.
|
Address |
SipServerResource.getTo()
Returns the request recipient's address.
|
Address |
SipResponse.getTo()
Returns the logical recipient of the request.
|
Address |
SipClientResource.getTo()
Returns the request recipient's address.
|
Address |
SipRequest.getTo()
Returns the logical recipient of the request.
|
Modifier and Type | Method and Description |
---|---|
List<Address> |
SipResponse.getCalleeInfo()
Returns the description of the current callee.
|
List<Address> |
SipRequest.getCallerInfo()
Returns the description of the current caller.
|
List<Address> |
SipResponse.getRecordedRoutes()
Returns the list of routes completed by proxies to force future requests
to go through the proxy.
|
List<Address> |
SipRequest.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SipClientResource.register(Address to)
Registers the address listed in the To header field with a SIP server.
|
void |
SipResponse.setAlertInfo(Address alertInfo)
Sets the alternative ring tone for the UAC.
|
void |
SipRequest.setAlertInfo(Address alertInfo)
Sets the alternative ring tone for the UAS.
|
void |
SipResponse.setErrorInfo(Address errorInfo)
Sets the pointer to additional information about the error response.
|
void |
SipResponse.setFrom(Address from)
Sets the description of the request's initiator.
|
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 |
SipRequest.setReferTo(Address referTo)
Sets the reference that the recipient of a
SipMethod.REFER method
should contact. |
void |
SipResponse.setReplyTo(Address replyTo)
Sets a logical return URI.
|
void |
SipRequest.setReplyTo(Address replyTo)
Sets a logical return URI.
|
void |
SipResponse.setTo(Address to)
Sets the logical recipient of the request.
|
void |
SipClientResource.setTo(Address to)
Sets the logical recipient of the request.
|
void |
SipRequest.setTo(Address to)
Sets the logical recipient of the request.
|
Modifier and Type | Method and Description |
---|---|
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 |
SipResponse.setRecordedRoutes(List<Address> recordedRoutes)
Sets the list of routes completed by proxies to force future requests to
go through the proxy.
|
void |
SipRequest.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.
|
Modifier and Type | Method and Description |
---|---|
Address |
SipInboundRequest.getAlertInfo() |
Address |
SipInboundRequest.getReferTo() |
Address |
SipInboundRequest.getReplyTo() |
Address |
AddressReader.readValue() |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Address> |
AddressWriter.append(Address address) |
List<Address> |
SipInboundRequest.getCallerInfo() |
List<Address> |
SipInboundRequest.getRecordedRoutes() |
List<Address> |
SipInboundRequest.getRoutes() |
Modifier and Type | Method and Description |
---|---|
void |
ContactInfoReader.addParameter(Address address,
Parameter param)
Handle a given parameters.
|
HeaderWriter<Address> |
AddressWriter.append(Address address) |
void |
SipInboundRequest.setAlertInfo(Address alertInfo) |
void |
SipInboundRequest.setReferTo(Address referTo) |
void |
SipInboundRequest.setReplyTo(Address replyTo) |
static String |
AddressWriter.write(Address address)
Writes an address.
|
static String |
AddressWriter.write(Address address,
boolean includeTag)
Writes an address.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setCallerInfo(List<Address> callerInfo) |
void |
SipInboundRequest.setRecordedRoutes(List<Address> recordedRoutes) |
void |
SipInboundRequest.setRoutes(List<Address> routes) |
static String |
AddressWriter.write(List<Address> addresses)
Writes a list of addresses with a comma separator.
|
Copyright © 2005–2013. All rights reserved.