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. 

 

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



Copyright © 2012. All Rights Reserved.