All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sip.header.ReferToHeader Maven / Gradle / Ivy

/**
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Unpublished - rights reserved under the Copyright Laws of the United States.
 * Copyright ? 2003 Sun Microsystems, Inc. All rights reserved.
 * Copyright ? 2005 BEA Systems, Inc. All rights reserved.
 *
 * Use is subject to license terms.
 *
 * This distribution may include materials developed by third parties. 
 *
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 * Module Name   : JSIP Specification
 * File Name     : ReferToHeader.java
 * Author        : Phelim O'Doherty
 *
 *  HISTORY
 *  Version   Date      Author              Comments
 *  1.1     15/04/2003  Phelim O'Doherty    Initial version, extension header to 
 *                                          support RFC3515
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
package javax.sip.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. * * @author BEA Systems, NIST * @version 1.2 */ public interface ReferToHeader extends HeaderAddress, Parameters, Header { /** * Name of ReferToHeader */ public final static String NAME = "Refer-To"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy