NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.SipStack

Packages that use SipStack
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.  
javax.sip This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. 
 

Uses of SipStack in gov.nist.javax.sip
 

Classes in gov.nist.javax.sip that implement SipStack
 class SipStackImpl
          Implementation of SipStack.
 

Methods in gov.nist.javax.sip that return SipStack
 SipStack SipProviderImpl.getSipStack()
          Returns the SipStack that this SipProvider is attached to.
 

Uses of SipStack in gov.nist.javax.sip.stack
 

Constructors in gov.nist.javax.sip.stack with parameters of type SipStack
DefaultRouter(SipStack sipStack, String defaultRoute)
          Constructor.
 

Uses of SipStack in javax.sip
 

Methods in javax.sip that return SipStack
 SipStack SipProvider.getSipStack()
          Returns the SipStack that created this SipProvider.
 SipStack SipFactory.createSipStack(Properties properties)
          Creates an instance of a SipStack implementation based on the configuration properties object passed to this method.
 


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.