NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Package
gov.nist.javax.sip.header

Packages that use gov.nist.javax.sip.header
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.header Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.header.extensions   
gov.nist.javax.sip.header.ims NIST-SIP Specific support for IMS headers contributed by Jose Miguel Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva Santos (PT Inovacau, Portugal). 
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.parser.extensions   
gov.nist.javax.sip.parser.ims Parser for IMS headers. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip
ParameterNames
          A list of commonly occuring parameter names.
SIPHeaderNames
          SIPHeader names that are supported by this parser
Via
          Via SIPHeader (these are strung together in a ViaList).
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.header
AcceptLanguage
          Accept Language body.
AddressParametersHeader
          An abstract class for headers that take an address and parameters.
AuthenticationHeader
          The generic AuthenticationHeader
CallIdentifier
          The call identifer that goes into a callID header and a in-reply-to header.
Challenge
          Challenge part of the Auth header.
ContactList
          List of contact headers.ContactLists are also maintained in a hashtable for quick lookup.
Event
          Event SIP Header.
From
          From SIP Header.
HeaderExt
          Extensions to the Header interface supported by the implementation and will be included in the next spec release.
HeaderFactoryExt
          Header factory extensions.
MediaRange
          Media Range
ParametersHeader
          Parameters header.
Protocol
          Protocol name and version.
SIPDate
          Implements a parser class for tracking expiration time when specified as a Date value.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
SIPHeaderList
          This is the root class for all lists of SIP headers.
SIPHeaderNames
          SIPHeader names that are supported by this parser
SIPObject
          Root class for all singleton objects in this package: specializes the gov.nist.sip.header.GenericObject class for SIPHeader related objects.
SIPObjectList
          Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in SIPObjects.
To
          To SIP Header.
ViaHeaderExt
           
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.header.extensions
AddressParametersHeader
          An abstract class for headers that take an address and parameters.
CallIdentifier
          The call identifer that goes into a callID header and a in-reply-to header.
HeaderExt
          Extensions to the Header interface supported by the implementation and will be included in the next spec release.
ParametersHeader
          Parameters header.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
SIPHeaderNames
          SIPHeader names that are supported by this parser
SIPObject
          Root class for all singleton objects in this package: specializes the gov.nist.sip.header.GenericObject class for SIPHeader related objects.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.header.ims
AddressParametersHeader
          An abstract class for headers that take an address and parameters.
HeaderExt
          Extensions to the Header interface supported by the implementation and will be included in the next spec release.
ParametersHeader
          Parameters header.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
SIPHeaderList
          This is the root class for all lists of SIP headers.
SIPHeaderNames
          SIPHeader names that are supported by this parser
SIPObject
          Root class for all singleton objects in this package: specializes the gov.nist.sip.header.GenericObject class for SIPHeader related objects.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.message
Authorization
          Authorization SIP header.
Contact
          Contact Item.
ContactList
          List of contact headers.ContactLists are also maintained in a hashtable for quick lookup.
ContentType
          ContentType SIP Header 14.17 Content-Type The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET.
CSeq
          CSeq SIP Header.
ErrorInfoList
          Error Info sip header.
From
          From SIP Header.
RecordRouteList
          RecordRoute List of SIP headers (a collection of Addresses)
RequestLine
          RequestLine of SIP Request.
RouteList
          A list of Route Headers.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
SIPHeaderList
          This is the root class for all lists of SIP headers.
StatusLine
          Status Line (for SIPReply) messages.
To
          To SIP Header.
Via
          Via SIPHeader (these are strung together in a ViaList).
ViaList
          Keeps a list and a hashtable of via header functions.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.parser
AuthenticationHeader
          The generic AuthenticationHeader
ParameterNames
          A list of commonly occuring parameter names.
RequestLine
          RequestLine of SIP Request.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
StatusLine
          Status Line (for SIPReply) messages.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.parser.extensions
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.parser.ims
ParameterNames
          A list of commonly occuring parameter names.
SIPHeader
          Root class from which all SIPHeader objects are subclassed.
SIPHeaderList
          This is the root class for all lists of SIP headers.
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.stack
Contact
          Contact Item.
Via
          Via SIPHeader (these are strung together in a ViaList).
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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