|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |