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.2
- Author:
- BEA Systems, NIST
- See Also:
RequireHeader
Field Summary |
static String |
NAME
Name of ProxyRequireHeader |
NAME
static final String NAME
- Name of ProxyRequireHeader
- See Also:
- Constant Field Values
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.