JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.HeaderAddress

Packages that use HeaderAddress
javax.sip.header

This package contains all the headers interfaces supported by this specification. 

javax.sip.header.ims This package includes files that are relevant to the IP Multimedia System ( IMS ) 3GPP project. 
 

Uses of HeaderAddress in javax.sip.header
 

Subinterfaces of HeaderAddress in javax.sip.header
 interface ContactHeader
          A Contact header field value provides a URI whose meaning depends on the type of request or response it is in.
 interface FromHeader
          The From header field indicates the logical identity of the initiator of the request, possibly the user's address-of-record.
 interface PathHeader
          SIP Path Header.
 interface RecordRouteHeader
          The Record-Route header field is inserted by proxies in a request to force future requests in the dialog to be routed through the proxy.
 interface ReferredByHeader
          This interface represents the ReferredBy SIP header, as defined by RFC3892, this header is not part of RFC3261.
 interface ReferToHeader
          This interface represents the ReferTo SIP header, as defined by RFC3515, this header is not part of RFC3261.
 interface ReplyToHeader
          The Reply-To header field contains a logical return URI that may be different from the From header field.
 interface RouteHeader
          The Route header field is used to force routing for a request through the listed set of proxies.
 interface ToHeader
          The To header field first and foremost specifies the desired "logical" recipient of the request, or the address-of-record of the user or resource that is the target of this request.
 

Uses of HeaderAddress in javax.sip.header.ims
 

Subinterfaces of HeaderAddress in javax.sip.header.ims
 interface PAssertedIdentityHeader
          P-Asserted-Identity header.
 interface PAssociatedURIHeader
           
 interface PCalledPartyIDHeader
          P-Called-Party-ID header - Private Header: See RFC 3455 .
 interface PPreferredIdentityHeader
          P-Preferred-Identity header - SIP Private Header: RFC 3325 . is used from a user agent to a trusted proxy to carry the identity the user sending the SIP message wishes to be used for the P-Asserted-Header field value that the trusted element will insert.
 interface PProfileKeyHeader
          For further description of this header see RFC 5002 The ABNF syntax of this header is as follows: P-Profile-Key = "P-Profile-Key" HCOLON {name-addr / addr-spec} *{ SEMI generic-param } Eg: P-Profile-Key:
 interface ServiceRouteHeader
          SERVICE-ROUTE header SIP param: RFC 3608.
 


JAIN-SIP 2.0 API


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