|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SIPTransaction | |
---|---|
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. |
Uses of SIPTransaction in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip with parameters of type SIPTransaction | |
---|---|
void |
SipProviderImpl.handleEvent(EventObject sipEvent,
SIPTransaction transaction)
Handle the SIP event - because we have only one listener and we are already in the context of a separate thread, we dont need to enque the event and signal another thread. |
Uses of SIPTransaction in gov.nist.javax.sip.stack |
---|
Subclasses of SIPTransaction in gov.nist.javax.sip.stack | |
---|---|
class |
SIPClientTransaction
Represents a client transaction. |
class |
SIPServerTransaction
Represents a server transaction. |
Methods in gov.nist.javax.sip.stack that return SIPTransaction | |
---|---|
SIPTransaction |
SIPTransactionStack.findCancelTransaction(SIPRequest cancelRequest,
boolean isServer)
Get the transaction to cancel. |
SIPTransaction |
SIPTransactionStack.findTransaction(SIPMessage sipMessage,
boolean isServer)
Find the transaction corresponding to a given request. |
SIPTransaction |
SIPDialog.getLastTransaction()
Get the last transaction from the dialog. |
Methods in gov.nist.javax.sip.stack with parameters of type SIPTransaction | |
---|---|
void |
SIPDialog.addTransaction(SIPTransaction transaction)
Add a transaction record to the dialog. |
SIPDialog |
SIPTransactionStack.createDialog(SIPTransaction transaction)
Create a dialog and add this transaction to it. |
static SIPDialog |
SIPDialog.createFromNOTIFY(SIPClientTransaction subscribeTx,
SIPTransaction notifyST)
Creates a new dialog based on a received NOTIFY. |
void |
SIPTransactionStack.removeTransaction(SIPTransaction sipTransaction)
Remove transaction. |
void |
SIPDialog.setLastResponse(SIPTransaction transaction,
SIPResponse sipResponse)
Set the last response for this dialog. |
Constructors in gov.nist.javax.sip.stack with parameters of type SIPTransaction | |
---|---|
SIPDialog(SIPTransaction transaction)
Constructor given the first transaction. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |