NIST SIP Parser and Stack (v1.2) API

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.1
Author:
Sun Microsystems
See Also:
HeaderAddress, Parameters

Field Summary
static String NAME
          Name of ReplyToHeader
 
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, toString
 

Field Detail

NAME

public static final String NAME
Name of ReplyToHeader

See Also:
Constant Field Values

NIST SIP Parser and Stack (v1.2) API

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