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

javax.sip.header
Interface ReferToHeader

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

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.

Version:
1.2
Author:
BEA Systems, NIST

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

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.