NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

javax.sip.header
Interface ReplyToHeader

All Superinterfaces:
Cloneable, Header, HeaderAddress, Parameters, Serializable
All Known Implementing Classes:
ReplyTo

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

Version:
1.2
Author:
BEA Systems, NIST
See Also:
HeaderAddress, Parameters

Field Summary
static String NAME
          Name of ReplyToHeader
 
Method Summary
 
Methods inherited from interface javax.sip.header.HeaderAddress
getAddress, setAddress
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of ReplyToHeader

See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.