Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Constructor and Description |
---|
SipStackImpl(Properties configurationProperties)
Constructor for the stack.
|
Modifier and Type | Method and Description |
---|---|
AddressFactory |
SipFactory.createAddressFactory()
Creates an instance of the AddressFactory implementation.
|
HeaderFactory |
SipFactory.createHeaderFactory()
Creates an instance of the HeaderFactory implementation.
|
MessageFactory |
SipFactory.createMessageFactory()
Creates an instance of the MessageFactory implementation.
|
SipStack |
SipFactory.createSipStack(Properties properties)
Creates an instance of a SipStack implementation based on the
configuration properties object passed to this method.
|
Copyright © 2018. All Rights Reserved.