Package | Description |
---|---|
android.gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
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.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.setSipStack(SipStack sipStack) |
Modifier and Type | Interface and Description |
---|---|
interface |
SipStackExt
SIP Stack extensions to be added to the next spec revision.
|
Modifier and Type | Class and Description |
---|---|
class |
SipStackImpl
Implementation of SipStack.
|
Modifier and Type | Method and Description |
---|---|
SipStack |
SipProviderImpl.getSipStack() |
Constructor and Description |
---|
ListeningPointImpl(SipStack sipStack,
int port,
String transport)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SIPEventInterceptor.init(SipStack stack)
This method is called when the interceptor is initialized.
|
void |
CallAnalysisInterceptor.init(SipStack stack) |
void |
CongestionControlMessageValve.init(SipStack stack) |
void |
SIPMessageValve.init(SipStack stack)
This method is called when the valve is initialized.
|
void |
ServerLog.setSipStack(SipStack sipStack) |
Constructor and Description |
---|
DefaultRouter(SipStack sipStack,
String defaultRoute)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All Rights Reserved.