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

javax.sip.header
Interface UnsupportedHeader

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

public interface UnsupportedHeader
extends OptionTag, Header

The Unsupported header field lists the features not supported by the UAS. If a server does not understand the option, it must respond by returning a 420 (Bad Extension) Response and list those options it does not understand in the UnsupportedHeader.

Version:
1.2
Author:
BEA Systems, NIST
See Also:
SupportedHeader, RequireHeader

Field Summary
static String NAME
          Name of UnsupportedHeader
 
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 UnsupportedHeader

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.