NIST SIP Parser and Stack (v1.2) API

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

Packages that use gov.nist.javax.sip.stack
gov.nist.javax.sip This is the root of the JAIN implementation of SIP.  
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

Classes in gov.nist.javax.sip.stack used by gov.nist.javax.sip
MessageChannel
          Message channel abstraction for the SIP stack.
SIPServerException
          Exception that gets generated when the Stack encounters an error.
SIPServerRequestInterface
          An interface for a genereic message processor for SIP Request messages.
SIPServerResponseInterface
          An interface for a genereic message processor for SIP Response messages.
SIPStack
          This class defines a SIP Stack.
SIPStackMessageFactory
          An interface for generating new requests and responses.
SIPTransactionErrorEvent
          An event that indicates that a transaction has encountered an error.
SIPTransactionEventListener
          Interface implemented by classes that want to be notified of asynchronous transacion events.
SIPTransactionStack
          Adds a transaction layer to the SIPStack class.
 

Classes in gov.nist.javax.sip.stack used by gov.nist.javax.sip.stack
ChannelNotifier
          An object that provides notification back to the application on new channel creates and deletes.
Cleanable
          This interface must be implemented by object which require periodical cleaning by the Janitor
DialogImpl
          Tracks dialogs.
MessageChannel
          Message channel abstraction for the SIP stack.
MessageProcessor
          This is the Stack abstraction for the active object that waits for messages to appear on the wire and processes these messages by calling the MessageFactory interface to create a ServerRequest or ServerResponse object.
SIPClientTransaction
          Represents a client transaction.
SIPServerException
          Exception that gets generated when the Stack encounters an error.
SIPServerRequestInterface
          An interface for a genereic message processor for SIP Request messages.
SIPServerResponseInterface
          An interface for a genereic message processor for SIP Response messages.
SIPServerTransaction
          Represents a server transaction.
SIPStack
          This class defines a SIP Stack.
SIPStackMessageFactory
          An interface for generating new requests and responses.
SIPTimerEvent
           
SIPTransaction
          Abstract class to support both client and server transactions.
SIPTransactionErrorEvent
          An event that indicates that a transaction has encountered an error.
SIPTransactionEventListener
          Interface implemented by classes that want to be notified of asynchronous transacion events.
SIPTransactionStack
          Adds a transaction layer to the SIPStack class.
 


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.