NIST SIP Parser and Stack (v1.2) API

Uses of Package
gov.nist.core

Packages that use gov.nist.core
gov.nist.core Contains core classes that the rest of the implementation depends upon.  
gov.nist.javax.sip.address Implementation of the address package of the JAIN SIP API. 
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.core used by gov.nist.core
GenericObject
          The base class from which all the other classes in the sipheader, sdpfields and sipmessage packages are extended.
GenericObjectList
          Implements a homogenous consistent linked list.
Host
          Stores hostname.
HostPort
          Holds the hostname:port.
Match
          Match template for pattern matching.
NameValue
          Generic structure for storing name-value pairs.
NameValueList
          Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables.
ParserCore
          Generic parser class.
StringTokenizer
          Base string token splitter.
Token
          Base token class.
 

Classes in gov.nist.core used by gov.nist.javax.sip.address
GenericObject
          The base class from which all the other classes in the sipheader, sdpfields and sipmessage packages are extended.
GenericObjectList
          Implements a homogenous consistent linked list.
Host
          Stores hostname.
HostPort
          Holds the hostname:port.
Match
          Match template for pattern matching.
NameValue
          Generic structure for storing name-value pairs.
NameValueList
          Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables.
 

Classes in gov.nist.core used by gov.nist.javax.sip.header
GenericObject
          The base class from which all the other classes in the sipheader, sdpfields and sipmessage packages are extended.
GenericObjectList
          Implements a homogenous consistent linked list.
Host
          Stores hostname.
HostPort
          Holds the hostname:port.
Match
          Match template for pattern matching.
NameValue
          Generic structure for storing name-value pairs.
NameValueList
          Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables.
PackageNames
          Names for the packages that are referenced herein.
 

Classes in gov.nist.core used by gov.nist.javax.sip.parser
Host
          Stores hostname.
HostPort
          Holds the hostname:port.
LexerCore
          A lexical analyzer that is used by all parsers in our implementation.
ParserCore
          Generic parser class.
StringTokenizer
          Base string token splitter.
 

Classes in gov.nist.core used by gov.nist.javax.sip.stack
HostPort
          Holds the hostname:port.
 


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.