| 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.parser |
Parsers for SIP Headers, URL's and addresses.
|
| 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 |
NetworkLayer.setSipStack(SipStackImpl sipStackImpl)
Set the sip stack impl so that the network layer can access it to query properties
|
void |
SslNetworkLayer.setSipStack(SipStackImpl sipStackImpl) |
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 | Method and Description |
|---|---|
static void |
PostParseExecutorServices.setPostParseExcutorSize(SipStackImpl sipStack,
int threads,
int queueTimeout) |
| Modifier and Type | Field and Description |
|---|---|
protected SipStackImpl |
CongestionControlMessageValve.sipStack |
| Modifier and Type | Method and Description |
|---|---|
SipStackImpl |
NioTlsWebSocketMessageChannel.getSIPStack() |
SipStackImpl |
NioTlsChannelInterface.getSIPStack()
Returns the SIP Stack associated with this channel
|
SipStackImpl |
NioTlsMessageChannel.getSIPStack() |
| Constructor and Description |
|---|
CallAnalyzer(SipStackImpl stack) |
| Modifier and Type | Field and Description |
|---|---|
protected SipStackImpl |
DefaultSipTimer.sipStackImpl |
protected SipStackImpl |
ScheduledExecutorSipTimer.sipStackImpl |
protected SipStackImpl |
AffinitityExecutorSipTimer.sipStackImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSipTimer.start(SipStackImpl sipStack,
Properties configurationProperties) |
void |
ScheduledExecutorSipTimer.start(SipStackImpl sipStack,
Properties configurationProperties) |
void |
AffinitityExecutorSipTimer.start(SipStackImpl sipStack,
Properties configurationProperties) |
void |
SipTimer.start(SipStackImpl sipStack,
Properties configurationProperties)
Start the SIP Timer, called when the stack is created.
|
Copyright © 2018. All Rights Reserved.