|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionState | |
| 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 TransactionState in gov.nist.javax.sip.stack |
| Fields in gov.nist.javax.sip.stack declared as TransactionState | |
static TransactionState |
SIPTransaction.INITIAL_STATE
Initialized but no state assigned. |
static TransactionState |
SIPTransaction.TRYING_STATE
Trying state. |
static TransactionState |
SIPTransaction.CALLING_STATE
CALLING State. |
static TransactionState |
SIPTransaction.PROCEEDING_STATE
Proceeding state. |
static TransactionState |
SIPTransaction.COMPLETED_STATE
Completed state. |
static TransactionState |
SIPTransaction.CONFIRMED_STATE
Confirmed state. |
static TransactionState |
SIPTransaction.TERMINATED_STATE
Terminated state. |
| Methods in gov.nist.javax.sip.stack that return TransactionState | |
TransactionState |
SIPTransaction.getState()
Gets the current state of this transaction. |
TransactionState |
SIPServerTransaction.getState()
Return the current transaction state according to the RFC 3261 transaction state machine. |
| Methods in gov.nist.javax.sip.stack with parameters of type TransactionState | |
void |
SIPTransaction.setState(TransactionState newState)
Changes the state of this transaction. |
void |
SIPClientTransaction.setState(TransactionState newState)
Sets a timeout after which the connection is closed (provided the server does not use the connection for outgoing requests in this time period) and calls the superclass to set state. |
void |
SIPServerTransaction.setState(TransactionState newState)
Sets a timeout after which the connection is closed (provided the server does not use the connection for outgoing requests in this time period) and calls the superclass to set state. |
| Uses of TransactionState in javax.sip |
| Fields in javax.sip declared as TransactionState | |
static TransactionState |
TransactionState.CALLING
This constant value indicates that the transaction state is "Calling". |
static TransactionState |
TransactionState.TRYING
This constant value indicates that the transaction state is "Trying". |
static TransactionState |
TransactionState.PROCEEDING
This constant value indicates that the transaction state is "Proceeding". |
static TransactionState |
TransactionState.COMPLETED
This constant value indicates that the transaction state is "Completed". |
static TransactionState |
TransactionState.CONFIRMED
This constant value indicates that the transaction state is "Confirmed". |
static TransactionState |
TransactionState.TERMINATED
This constant value indicates that the transaction state is "Terminated". |
| Methods in javax.sip that return TransactionState | |
static TransactionState |
TransactionState.getObject(int transactionState)
This method returns the object value of the TransactionState |
TransactionState |
Transaction.getState()
Returns the current state of the transaction. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||