Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Method and Description |
---|---|
ReleaseReferencesStrategy |
TransactionExt.getReleaseReferencesStrategy()
retrieve the value of release references to know if the stack performs optimizations
on cleanup to save on memory
|
ReleaseReferencesStrategy |
DialogExt.getReleaseReferencesStrategy()
retrieve the value of release references to know if the stack performs optimizations
on cleanup to save on memory
|
static ReleaseReferencesStrategy |
ReleaseReferencesStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseReferencesStrategy[] |
ReleaseReferencesStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionExt.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferenceStrategy)
If set to true it will release all references that it no longer needs.
|
void |
DialogExt.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy)
If set to true it will release all references that it no longer needs.
|
Modifier and Type | Method and Description |
---|---|
ReleaseReferencesStrategy |
SIPTransactionImpl.getReleaseReferencesStrategy() |
ReleaseReferencesStrategy |
SIPTransaction.getReleaseReferencesStrategy() |
ReleaseReferencesStrategy |
SIPTransactionStack.getReleaseReferencesStrategy() |
ReleaseReferencesStrategy |
SIPDialog.getReleaseReferencesStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SIPTransactionImpl.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy) |
void |
SIPTransaction.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferenceStrategy) |
void |
SIPTransactionStack.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy) |
void |
SIPDialog.setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy) |
Copyright © 2018. All Rights Reserved.