|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 implements the main protocol abstractions that are defined by the SIP RFC 3261. |
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
Uses of SipStack in gov.nist.javax.sip |
---|
Subinterfaces of SipStack in gov.nist.javax.sip | |
---|---|
interface |
SipStackExt
SIP Stack extensions to be added to the next spec revision. |
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()
|
Uses of SipStack in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack with parameters of type SipStack | |
---|---|
void |
ServerLog.setSipStack(SipStack sipStack)
|
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 |
SipFactory.createSipStack(Properties properties)
Creates an instance of a SipStack implementation based on the configuration properties object passed to this method. |
SipStack |
SipProvider.getSipStack()
Returns the SipStack that created this SipProvider. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |