Package | Description |
---|---|
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Class and Description |
---|---|
class |
SipProviderImpl
Implementation of the JAIN-SIP provider interface.
|
class |
SipStackImpl
Implementation of SipStack.
|
Modifier and Type | Class and Description |
---|---|
class |
SIPTransactionStack
This is the sip stack.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPDialog.addEventListener(SIPDialogEventListener newListener)
Adds a new event listener to this dialog.
|
void |
SIPDialog.removeEventListener(SIPDialogEventListener oldListener)
Removed an event listener from this dialog.
|
Copyright © 2015. All Rights Reserved.