NIST SIP Parser and Stack (v1.2) API

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.1 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

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
 

Classes in gov.nist.javax.sip.header used by gov.nist.javax.sip.header
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.
Contact
          Contact Item.
ContactList
          List of contact headers.ContactLists are also maintained in a hashtable for quick lookup.
From
          From SIP Header.
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.
 

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.stack
Route
          Route SIPHeader Object
Via
          Via SIPHeader (these are strung together in a ViaList).
 


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.