javax.sip.header
Interface ProxyRequireHeader
- All Superinterfaces:
- Cloneable, Header, OptionTag, RequireHeader, Serializable
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
- Since:
- 1.1
- Version:
- 2.0
- Author:
- Oracle Inc., 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
See conditions of use.
Submit a bug report or feature request.