javax.sip.header
Interface ReferToHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Parameters, Serializable
- All Known Implementing Classes:
- ReferTo
public interface ReferToHeader
- extends HeaderAddress, Parameters, Header
This interface represents the ReferTo SIP header, as defined by
RFC3515, this header is
not part of RFC3261.
A ReferToHeader only appears in a REFER request. It provides a URL to
reference. The ReferToHeader field MAY be encrypted as part of end-to-end
encryption. The resource identified by the Refer-To URI is contacted using
the normal mechanisms for that URI type.
- Version:
- 1.2
- Author:
- BEA Systems, NIST
Field Summary |
static String |
NAME
Name of ReferToHeader |
NAME
static final String NAME
- Name of ReferToHeader
- 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.