| Package | Description |
|---|---|
| examples.tls | |
| gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
| gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
| javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
| test.tck.msgflow.callflows |
| Modifier and Type | Class and Description |
|---|---|
class |
MyRouter |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NonSipUriRouter
This is a Router for NON-SIP URI requests.
|
Copyright © 2018. All Rights Reserved.