NIST SIP Parser and Stack (v1.2) API

Uses of Interface
gov.nist.javax.sip.stack.SIPStackMessageFactory

Packages that use SIPStackMessageFactory
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.  
 

Uses of SIPStackMessageFactory in gov.nist.javax.sip
 

Classes in gov.nist.javax.sip that implement SIPStackMessageFactory
 class NistSipMessageFactoryImpl
          Implements all the support classes that are necessary for the nist-sip stack on which the jain-sip stack has been based.
 

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

Methods in gov.nist.javax.sip.stack with parameters of type SIPStackMessageFactory
 void SIPStack.setStackMessageFactory(SIPStackMessageFactory messageFactory)
          Set the server Request and response factories.
 

Constructors in gov.nist.javax.sip.stack with parameters of type SIPStackMessageFactory
SIPStack(SIPStackMessageFactory messageFactory, String stackAddress, String stackName, ChannelNotifier notifier)
          Construcor for the stack.
SIPStack(SIPStackMessageFactory messageFactory, String stackAddress, String stackName)
          Construcor for the stack.
 


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.