NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.header.HeaderAddress

Packages that use HeaderAddress
gov.nist.javax.sip.header Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. 
javax.sip.header This package contains all the headers interfaces supported by this specification.  
 

Uses of HeaderAddress in gov.nist.javax.sip.header
 

Classes in gov.nist.javax.sip.header that implement HeaderAddress
 class Contact
          Contact Item.
 class From
          From SIP Header.
 class RecordRoute
          The Request-Route header is added to a request by any proxy that insists on being in the path of subsequent requests for the same call leg.
 class ReplyTo
          ReplyTo Header.
 class Route
          Route SIPHeader Object
 class To
          To SIP Header.
 

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 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 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.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.