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

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 implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Classes in gov.nist.javax.sip.stack used by gov.nist.javax.sip
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.
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
          This is the sip stack.
 

Classes in gov.nist.javax.sip.stack used by gov.nist.javax.sip.stack
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.
RawMessageChannel
           
ServerRequestInterface
          An interface for a genereic message processor for SIP Request messages.
ServerResponseInterface
          An interface for a genereic message processor for SIP Response messages.
SIPClientTransaction
          Represents a client transaction.
SIPDialog
          Tracks dialogs.
SIPServerTransaction
          Represents a server transaction.
SIPStackTimerTask
          A subclass of TimerTask which runs TimerTask code within a try/catch block to avoid killing the SIPTransactionStack timer thread.
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
          This is the sip stack.
 


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.