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

Uses of Class
gov.nist.javax.sip.SipProviderImpl

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

Uses of SipProviderImpl in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip that return SipProviderImpl
 SipProviderImpl ListeningPointImpl.getProvider()
          Get the provider.
 

Methods in gov.nist.javax.sip that return types with arguments of type SipProviderImpl
 Iterator<SipProviderImpl> SipStackImpl.getSipProviders()
           
 

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

Methods in gov.nist.javax.sip.stack that return SipProviderImpl
 SipProviderImpl SIPDialog.getSipProvider()
          Get the provider for this Dialog.
 SipProviderImpl SIPTransaction.getSipProvider()
          Return the SipProvider for which the transaction is assigned.
 

Methods in gov.nist.javax.sip.stack with parameters of type SipProviderImpl
 void SIPDialog.setSipProvider(SipProviderImpl sipProvider)
           
 

Constructors in gov.nist.javax.sip.stack with parameters of type SipProviderImpl
SIPDialog(SipProviderImpl sipProvider, SIPResponse sipResponse)
          create a sip dialog with a response ( no tx)
 


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.