|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
---|---|
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. |
Uses of Transaction in gov.nist.javax.sip |
---|
Subinterfaces of Transaction in gov.nist.javax.sip | |
---|---|
interface |
ClientTransactionExt
|
interface |
ServerTransactionExt
|
interface |
TransactionExt
|
Methods in gov.nist.javax.sip with parameters of type Transaction | |
---|---|
Dialog |
SipProviderImpl.getNewDialog(Transaction transaction)
|
Uses of Transaction in gov.nist.javax.sip.stack |
---|
Classes in gov.nist.javax.sip.stack that implement Transaction | |
---|---|
class |
SIPClientTransaction
Represents a client transaction. |
class |
SIPServerTransaction
Represents a server transaction. |
class |
SIPTransaction
Abstract class to support both client and server transactions. |
Methods in gov.nist.javax.sip.stack that return Transaction | |
---|---|
Transaction |
SIPDialog.getFirstTransaction()
Get the transaction that created this dialog. |
Uses of Transaction in javax.sip |
---|
Subinterfaces of Transaction in javax.sip | |
---|---|
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. |
Methods in javax.sip that return Transaction | |
---|---|
Transaction |
Dialog.getFirstTransaction()
Deprecated. Since v1.2. Reduces the amount of state that the stack needs to keep track of. |
Methods in javax.sip with parameters of type Transaction | |
---|---|
Dialog |
SipProvider.getNewDialog(Transaction transaction)
Create a dialog for the given transaction. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |