JAIN SIP API
v1.1 - 23rd June 2003

javax.sip.header
Interface SupportedHeader

All Superinterfaces:
java.lang.Cloneable, Header, OptionTag, java.io.Serializable

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

Since:
v1.1
See Also:
OptionTag, UnsupportedHeader

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

Field Detail

NAME

public static final java.lang.String NAME
Name of SupportedHeader

See Also:
Constant Field Values

JAIN SIP API
v1.1 - 23rd June 2003

If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing to the
JAIN-SIP-Interest list at http://archives.java.sun.com
Copyright - 2003 Sun Microsystems