Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
SipListenerExt
This interface extends the
SipListener interface and adds the following events to it :
DialogTimeoutEvent - these are timeout notifications emitted as events by the
SipProvider. |
Modifier and Type | Method and Description |
---|---|
SipListener |
SipStackImpl.getSipListener()
Get the listener for the stack.
|
SipListener |
SipProviderImpl.getSipListener() |
Modifier and Type | Method and Description |
---|---|
void |
SipProviderImpl.addSipListener(SipListener sipListener) |
void |
SipProviderImpl.removeSipListener(SipListener sipListener) |
Modifier and Type | Method and Description |
---|---|
abstract SipListener |
SIPTransactionStack.getSipListener() |
Modifier and Type | Method and Description |
---|---|
void |
SipProvider.addSipListener(SipListener sipListener)
This method registers the SipListener object to this SipProvider, once
registered the SIP Listener recieve events emitted from the SipProvider.
|
void |
SipProvider.removeSipListener(SipListener sipListener)
Removes the specified SipListener from this SipProvider.
|
Copyright © 2018. All Rights Reserved.