| Package | Description |
|---|---|
| android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
| 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 |
RouterExt |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRouter
This is the default router.
|
| Modifier and Type | Field and Description |
|---|---|
protected Router |
SIPTransactionStack.router |
| Modifier and Type | Method and Description |
|---|---|
Router |
SIPTransactionStack.getRouter() |
Router |
SIPTransactionStack.getRouter(SIPRequest request)
Get the router algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SIPTransactionStack.setRouter(Router router)
Set the router algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Router |
SipStack.getRouter()
Gets the Router object that identifies the default Router information of
this SipStack.
|
Copyright © 2018. All Rights Reserved.