NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

javax.sip.header
Interface SupportedHeader

All Superinterfaces:
Cloneable, Header, OptionTag, Serializable
All Known Implementing Classes:
Supported

public interface SupportedHeader
extends OptionTag, Header

The Supported header field enumerates all the extensions supported by the UAC or UAS. The Supported header field contains a list of option tags, that are understood by the UAC or UAS. A User Agent compliant to this specification MUST only include option tags corresponding to standards-track RFCs. If empty, it means that no extensions are supported.

For Example:
Supported: 100rel

Version:
1.2
Author:
BEA Systems, NIST
See Also:
OptionTag, UnsupportedHeader

Field Summary
static String NAME
          Name of SupportedHeader
 
Method Summary
 
Methods inherited from interface javax.sip.header.OptionTag
getOptionTag, setOptionTag
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of SupportedHeader

See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.