JAIN-SIP 2.0 API

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
 
Method Summary
 
Methods inherited from interface javax.sip.header.HeaderAddress
getAddress, setAddress
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, getValue, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of ReplyToHeader

See Also:
Constant Field Values

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.