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.
|
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 |
ClientTransactionExt |
interface |
ServerTransactionExt |
interface |
TransactionExt |
Modifier and Type | Method and Description |
---|---|
Dialog |
SipProviderImpl.getNewDialog(Transaction transaction) |
Modifier and Type | Interface and Description |
---|---|
interface |
SIPClientTransaction |
interface |
SIPServerTransaction |
interface |
SIPTransaction |
Modifier and Type | Method and Description |
---|---|
Transaction |
SIPDialog.getFirstTransaction()
Deprecated.
|
Transaction |
SIPDialog.getFirstTransactionInt()
This is for internal use only.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientTransaction
A client transaction is used by a User Agent Client application to send
Request messages to a User Agent Server application.
|
interface |
ServerTransaction
A server transaction is used by a SipProvider to handle incoming Request
messages to fire Request events to the SipListener on a specific server
transaction and by a User Agent Server application to send Response
messages to a User Agent Client application.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
Dialog.getFirstTransaction()
Deprecated.
Since v1.2. Reduces the amount of state that
the stack needs to keep track of.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
SipProvider.getNewDialog(Transaction transaction)
Create a dialog for the given transaction.
|
Copyright © 2015. All Rights Reserved.