JAIN-SIP 2.0 API

javax.sip.header
Interface PathHeader

All Superinterfaces:
Cloneable, Header, HeaderAddress, Parameters, Serializable

public interface PathHeader
extends HeaderAddress, Parameters, Header

SIP Path Header. The Path extension header field allows accumulating and transmitting the list of proxies between UA1 and REGISTRAR. This mechanism is in many ways similar to the operation of Record-Route in dialog-initiating requests. See RFC 3327 for details

Since:
2.0
Version:
2.0
Author:
Oracle Inc., NIST

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

See Also:
Constant Field Values

JAIN-SIP 2.0 API


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