Package | Description |
---|---|
android.gov.nist.core.net |
Contains the Network layer classes and interfaces.
|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.gov.nist.javax.sip.stack.timers |
Modifier and Type | Method and Description |
---|---|
void |
SslNetworkLayer.setSipStack(SipStackImpl sipStackImpl) |
void |
NetworkLayer.setSipStack(SipStackImpl sipStackImpl)
Set the sip stack impl so that the network layer can access it to query properties
|
void |
DefaultNetworkLayer.setSipStack(SipStackImpl sipStackImpl) |
Constructor and Description |
---|
SslNetworkLayer(SipStackImpl sipStack,
String trustStoreFile,
String keyStoreFile,
char[] keyStorePassword,
char[] trustStorePassword,
String keyStoreType,
String trustStoreType) |
Modifier and Type | Field and Description |
---|---|
protected SipStackImpl |
SipProviderImpl.sipStack |
protected SipStackImpl |
ListeningPointImpl.sipStack
Our stack
|
Constructor and Description |
---|
EventScanner(SipStackImpl sipStackImpl) |
SipProviderImpl(SipStackImpl sipStack)
Creates a new instance of SipProviderImpl
|
Modifier and Type | Field and Description |
---|---|
protected SipStackImpl |
CongestionControlMessageValve.sipStack |
Constructor and Description |
---|
CallAnalyzer(SipStackImpl stack) |
Modifier and Type | Field and Description |
---|---|
protected SipStackImpl |
DefaultSipTimer.sipStackImpl |
protected SipStackImpl |
ScheduledExecutorSipTimer.sipStackImpl |
Modifier and Type | Method and Description |
---|---|
void |
SipTimer.start(SipStackImpl sipStack,
Properties configurationProperties)
Start the SIP Timer, called when the stack is created.
|
void |
DefaultSipTimer.start(SipStackImpl sipStack,
Properties configurationProperties) |
void |
ScheduledExecutorSipTimer.start(SipStackImpl sipStack,
Properties configurationProperties) |
Copyright © 2014. All Rights Reserved.