JAIN-SIP 2.0 API

javax.sip.header
Interface UnsupportedHeader

All Superinterfaces:
Cloneable, Header, OptionTag, Serializable

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.

Since:
1.1
Version:
2.0
Author:
Oracle inc., 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, getValue, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of UnsupportedHeader

See Also:
Constant Field Values

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.