NIST SIP Parser and Stack (v1.2) API

javax.sip.header
Interface ProxyRequireHeader

All Superinterfaces:
Cloneable, Header, OptionTag, RequireHeader, Serializable
All Known Implementing Classes:
ProxyRequire

public interface ProxyRequireHeader
extends RequireHeader

The Proxy-Require header field is used to indicate proxy-sensitive features that must be supported by the proxy. The Proxy-Require header field contains a list of option tags. Each option tag defines a SIP extension that MUST be understood by the proxy to process the request. Any ProxyRequireHeader features that are not supported by the proxy must be negatively acknowledged by the proxy to the client if not supported. Proxy servers treat this field identically to the RequireHeader.

For Example:
Proxy-Require: foo

Version:
1.1
Author:
Sun Microsystems
See Also:
RequireHeader

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

See Also:
Constant Field Values

NIST SIP Parser and Stack (v1.2) API

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