javax.sip.header
Interface ReplyToHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Parameters, Serializable
public interface ReplyToHeader
- extends HeaderAddress, Parameters, Header
The Reply-To header field contains a logical return URI that may be
different from the From header field. For example, the URI MAY be used to
return missed calls or unestablished sessions. If the user wished to remain
anonymous, the header field SHOULD either be omitted from the request or
populated in such a way that does not reveal any private information.
For Example:
Reply-To: Bob sip:bob@biloxi.com
- Since:
- 1.2
- Version:
- 2.0
- Author:
- Oracle inc., NIST
- See Also:
HeaderAddress
,
Parameters
Field Summary |
static String |
NAME
Name of ReplyToHeader |
NAME
static final String NAME
- Name of ReplyToHeader
- See Also:
- Constant Field Values
See conditions of use.
Submit a bug report or feature request.