Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Field and Description |
---|---|
static OptionTag |
OptionTag.ANSWER_MODE
Deprecated.
Indicates support of the "Answer mode" extension.
|
static OptionTag |
OptionTag.EARLY_SESSION
Deprecated.
"Early session" content-disposition type.
|
static OptionTag |
OptionTag.EVENT_LIST
Deprecated.
Extension for the registry to allow subscriptions to lists of resources.
|
static OptionTag |
OptionTag.FROM_CHANGE
Deprecated.
Used to indicate that a UA supports changes to URIs in From and To header
fields during a dialog.
|
static OptionTag |
OptionTag.GRUU
Deprecated.
Used to identify the Globally Routable User Agent URI (GRUU) extension.
|
static OptionTag |
OptionTag.HIST_INFO
Deprecated.
When used with the Supported header, indicates support for the History
Information to be captured for requests and returned in subsequent
responses.
|
static OptionTag |
OptionTag.ICE
Deprecated.
Used to identify the Interactive Connectivity Establishment (ICE)
extension.
|
static OptionTag |
OptionTag.JOIN
Deprecated.
Support for the SIP Join Header.
|
static OptionTag |
OptionTag.MULTIPLE_REFER
Deprecated.
Indicates support for REFER requests that contain a resource list
document describing multiple REFER targets.
|
static OptionTag |
OptionTag.NO_REFER_SUB
Deprecated.
Specifies a User Agent ability of accepting a REFER request without
establishing an implicit subscription
|
static OptionTag |
OptionTag.OUTBOUND
Deprecated.
Used to identify UAs and Registrars which support extensions for Client
Initiated Connections
|
static OptionTag |
OptionTag.PATH
Deprecated.
Indicates the support of the Path extension.
|
static OptionTag |
OptionTag.PRECONDITION
Deprecated.
An offerer MUST include this tag in the Require header field if the offer
contains one or more "mandatory" strength-tags.
|
static OptionTag |
OptionTag.PREF
Deprecated.
Used to ensure that a server understands the callee capabilities
parameters used in the request.
|
static OptionTag |
OptionTag.PRIVACY
Deprecated.
Indicates support for the Privacy mechanism.
|
static OptionTag |
OptionTag.RECIPIENT_LIST_INVITE
Deprecated.
The body contains a list of URIs that indicates the recipients of the SIP
INVITE request.
|
static OptionTag |
OptionTag.RECIPIENT_LIST_MESSAGE
Deprecated.
The body contains a list of URIs that indicates the recipients of the SIP
MESSAGE request.
|
static OptionTag |
OptionTag.RECIPIENT_LIST_SUBSCRIBE
Deprecated.
Used to ensurethat a server can process the recipient-list body used in a
SUBSCRIBE request.
|
static OptionTag |
OptionTag.REPLACES
Deprecated.
Indicates support for the SIP Replaces header.
|
static OptionTag |
OptionTag.RESOURCE_PRIORITY
Deprecated.
Indicates or requests support for the resource priority mechanism.
|
static OptionTag |
OptionTag.SDP_ANAT
Deprecated.
When used in a Supported header field it indicates the support of the
ANAT semantics.
|
static OptionTag |
OptionTag.SEC_AGREE
Deprecated.
Indicates support for the Security Agreement mechanism.
|
static OptionTag |
OptionTag.T_DIALOG
Deprecated.
Used to identify the target dialog header field extension.
|
static OptionTag |
OptionTag.TAG_100REL
Deprecated.
Used for reliability of provisional responses.
|
static OptionTag |
OptionTag.TIMER
Deprecated.
Indicates the support of the session timer extension.
|
Modifier and Type | Method and Description |
---|---|
static OptionTag |
OptionTag.register(String name)
Deprecated.
Register an option tag that can later be retrieved using
valueOf(String) . |
static OptionTag |
OptionTag.valueOf(String name)
Deprecated.
Returns the option tag associated to a name.
|
Modifier and Type | Method and Description |
---|---|
List<OptionTag> |
SipRequest.getProxyRequires()
Deprecated.
Returns the proxy-sensitive features that the proxy must support.
|
List<OptionTag> |
SipRequest.getRequires()
Deprecated.
Returns the sensitive features that the server must support.
|
List<OptionTag> |
SipResponse.getSupported()
Deprecated.
Returns the extensions supported by the UAS.
|
List<OptionTag> |
SipRequest.getSupported()
Deprecated.
Returns the extensions supported by the UAC.
|
List<OptionTag> |
SipResponse.getUnsupported()
Deprecated.
Returns the extensions not supported by the UAS.
|
Modifier and Type | Method and Description |
---|---|
void |
SipRequest.setProxyRequires(List<OptionTag> proxyRequires)
Deprecated.
Sets the proxy-sensitive features that the proxy must support.
|
void |
SipRequest.setRequires(List<OptionTag> requires)
Deprecated.
Sets the sensitive features that the server must support.
|
void |
SipResponse.setSupported(List<OptionTag> supported)
Deprecated.
Sets the extensions supported by the UAS.
|
void |
SipRequest.setSupported(List<OptionTag> supported)
Deprecated.
Sets the extensions supported by the UAC.
|
void |
SipResponse.setUnsupported(List<OptionTag> unsupported)
Deprecated.
Sets the extensions not supported by the UAS.
|
Modifier and Type | Method and Description |
---|---|
OptionTag |
OptionTagReader.readValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<OptionTag> |
OptionTagWriter.append(OptionTag value)
Deprecated.
|
List<OptionTag> |
SipInboundRequest.getProxyRequires()
Deprecated.
|
List<OptionTag> |
SipInboundRequest.getRequires()
Deprecated.
|
List<OptionTag> |
SipInboundRequest.getSupported()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<OptionTag> |
OptionTagWriter.append(OptionTag value)
Deprecated.
|
static String |
OptionTagWriter.write(OptionTag optionTag)
Deprecated.
Writes an option tag.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setProxyRequires(List<OptionTag> proxyRequires)
Deprecated.
|
void |
SipInboundRequest.setRequires(List<OptionTag> requires)
Deprecated.
|
void |
SipInboundRequest.setSupported(List<OptionTag> supported)
Deprecated.
|
static String |
OptionTagWriter.write(List<OptionTag> optionTags)
Deprecated.
Writes a list of option tags.
|
Copyright © 2005–2017. All rights reserved.