Package | Description |
---|---|
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 | Field and Description |
---|---|
static TransactionState |
SIPTransaction.CALLING_STATE
CALLING State.
|
static TransactionState |
SIPTransaction.COMPLETED_STATE
Completed state.
|
static TransactionState |
SIPTransaction.CONFIRMED_STATE
Confirmed state.
|
static TransactionState |
SIPTransaction.INITIAL_STATE
Initialized but no state assigned.
|
static TransactionState |
SIPTransaction.PROCEEDING_STATE
Proceeding state.
|
static TransactionState |
SIPTransaction.TERMINATED_STATE
Terminated state.
|
static TransactionState |
SIPTransaction.TRYING_STATE
Trying state.
|
Modifier and Type | Method and Description |
---|---|
TransactionState |
SIPTransactionImpl.getState() |
TransactionState |
SIPServerTransactionImpl.getState() |
TransactionState |
SIPServerTransaction.getState()
Return the current transaction state according to the RFC 3261 transaction state machine.
|
TransactionState |
SIPTransaction.getState()
Gets the current state of this transaction.
|
Modifier and Type | Field and Description |
---|---|
static TransactionState |
TransactionState.CALLING
This constant value indicates that the transaction state is "Calling".
|
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.PROCEEDING
This constant value indicates that the transaction state is "Proceeding".
|
static TransactionState |
TransactionState.TERMINATED
This constant value indicates that the transaction state is "Terminated".
|
static TransactionState |
TransactionState.TRYING
This constant value indicates that the transaction state is "Trying".
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All Rights Reserved.