NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.SipProvider

Packages that use SipProvider
gov.nist.javax.sip This is the root of the JAIN implementation of SIP.  
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 SipProvider in gov.nist.javax.sip
 

Classes in gov.nist.javax.sip that implement SipProvider
 class SipProviderImpl
          Implementation of the JAIN-SIP provider interface.
 

Methods in gov.nist.javax.sip that return SipProvider
 SipProvider SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
          Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object.
 

Methods in gov.nist.javax.sip with parameters of type SipProvider
 void SipStackImpl.deleteSipProvider(SipProvider sipProvider)
          Deletes the specified peer SipProvider attached to this SipStack.
 

Uses of SipProvider in javax.sip
 

Methods in javax.sip that return SipProvider
 SipProvider SipStack.createSipProvider(ListeningPoint listeningPoint)
          Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object.
 

Methods in javax.sip with parameters of type SipProvider
 void SipStack.deleteSipProvider(SipProvider sipProvider)
          Deletes the specified peer SipProvider attached to this SipStack.
 


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.