JAIN SIP API
v1.1 - 23rd June 2003

javax.sip.header
Interface ReferToHeader

All Superinterfaces:
java.lang.Cloneable, Header, HeaderAddress, Parameters, java.io.Serializable

public interface ReferToHeader
extends HeaderAddress, Parameters, Header

This interface represents the ReferTo SIP header, as defined by RFC3515, this header is not part of RFC3261.

A ReferToHeader only appears in a REFER request. It provides a URL to reference. The ReferToHeader field MAY be encrypted as part of end-to-end encryption. The resource identified by the Refer-To URI is contacted using the normal mechanisms for that URI type.

Since:
v1.1

Field Summary
static java.lang.String NAME
          Name of ReferToHeader
 
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 java.lang.String NAME
Name of ReferToHeader

See Also:
Constant Field Values

JAIN SIP API
v1.1 - 23rd June 2003

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