javax.sip.header
Interface ReplyToHeader
- All Superinterfaces:
- java.lang.Cloneable, Header, HeaderAddress, Parameters, java.io.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
- See Also:
HeaderAddress
,
Parameters
Field Summary |
static java.lang.String |
NAME
Name of ReplyToHeader |
NAME
public static final java.lang.String NAME
- Name of ReplyToHeader
- See Also:
- Constant Field Values
If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing to the
JAIN-SIP-Interest list at http://archives.java.sun.com
Copyright - 2003 Sun Microsystems