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

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

Uses of OptionTag in org.restlet.ext.sip
 

Fields in org.restlet.ext.sip declared as OptionTag
static OptionTag OptionTag.ANSWER_MODE
          Indicates support of the "Answer mode" extension.
static OptionTag OptionTag.EARLY_SESSION
          "Early session" content-disposition type.
static OptionTag OptionTag.EVENT_LIST
          Extension for the registry to allow subscriptions to lists of resources.
static OptionTag OptionTag.FROM_CHANGE
          Used to indicate that a UA supports changes to URIs in From and To header fields during a dialog.
static OptionTag OptionTag.GRUU
          Used to identify the Globally Routable User Agent URI (GRUU) extension.
static OptionTag OptionTag.HIST_INFO
          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
          Used to identify the Interactive Connectivity Establishment (ICE) extension.
static OptionTag OptionTag.JOIN
          Support for the SIP Join Header.
static OptionTag OptionTag.MULTIPLE_REFER
          Indicates support for REFER requests that contain a resource list document describing multiple REFER targets.
static OptionTag OptionTag.NO_REFER_SUB
          Specifies a User Agent ability of accepting a REFER request without establishing an implicit subscription
static OptionTag OptionTag.OUTBOUND
          Used to identify UAs and Registrars which support extensions for Client Initiated Connections
static OptionTag OptionTag.PATH
          Indicates the support of the Path extension.
static OptionTag OptionTag.PRECONDITION
          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
          Used to ensure that a server understands the callee capabilities parameters used in the request.
static OptionTag OptionTag.PRIVACY
          Indicates support for the Privacy mechanism.
static OptionTag OptionTag.RECIPIENT_LIST_INVITE
          The body contains a list of URIs that indicates the recipients of the SIP INVITE request.
static OptionTag OptionTag.RECIPIENT_LIST_MESSAGE
          The body contains a list of URIs that indicates the recipients of the SIP MESSAGE request.
static OptionTag OptionTag.RECIPIENT_LIST_SUBSCRIBE
          Used to ensurethat a server can process the recipient-list body used in a SUBSCRIBE request.
static OptionTag OptionTag.REPLACES
          Indicates support for the SIP Replaces header.
static OptionTag OptionTag.RESOURCE_PRIORITY
          Indicates or requests support for the resource priority mechanism.
static OptionTag OptionTag.SDP_ANAT
          When used in a Supported header field it indicates the support of the ANAT semantics.
static OptionTag OptionTag.SEC_AGREE
          Indicates support for the Security Agreement mechanism.
static OptionTag OptionTag.T_DIALOG
          Used to identify the target dialog header field extension.
static OptionTag OptionTag.TAG_100REL
          Used for reliability of provisional responses.
static OptionTag OptionTag.TIMER
          Indicates the support of the session timer extension.
 

Methods in org.restlet.ext.sip that return OptionTag
static OptionTag OptionTag.register(String name)
          Register an option tag that can later be retrieved using valueOf(String).
static OptionTag OptionTag.valueOf(String name)
          Returns the option tag associated to a name.
 

Methods in org.restlet.ext.sip that return types with arguments of type OptionTag
 List<OptionTag> SipRequest.getProxyRequires()
          Returns the proxy-sensitive features that the proxy must support.
 List<OptionTag> SipRequest.getRequires()
          Returns the sensitive features that the server must support.
 List<OptionTag> SipRequest.getSupported()
          Returns the extensions supported by the UAC.
 List<OptionTag> SipResponse.getSupported()
          Returns the extensions supported by the UAS.
 List<OptionTag> SipResponse.getUnsupported()
          Returns the extensions not supported by the UAS.
 

Method parameters in org.restlet.ext.sip with type arguments of type OptionTag
 void SipRequest.setProxyRequires(List<OptionTag> proxyRequires)
          Sets the proxy-sensitive features that the proxy must support.
 void SipRequest.setRequires(List<OptionTag> requires)
          Sets the sensitive features that the server must support.
 void SipRequest.setSupported(List<OptionTag> supported)
          Sets the extensions supported by the UAC.
 void SipResponse.setSupported(List<OptionTag> supported)
          Sets the extensions supported by the UAS.
 void SipResponse.setUnsupported(List<OptionTag> unsupported)
          Sets the extensions not supported by the UAS.
 



Copyright © 2005-2013 Restlet.