public interface DialogExt extends Dialog
Modifier and Type | Method and Description |
---|---|
void |
disableSequenceNumberValidation()
Turn off sequence number validation for this dialog.
|
Dialog |
getOriginalDialog() |
ReleaseReferencesStrategy |
getReleaseReferencesStrategy()
retrieve the value of release references to know if the stack performs optimizations
on cleanup to save on memory
|
SipProvider |
getSipProvider()
Returns the SipProvider that was used for the first transaction in this Dialog
|
boolean |
isForked()
True if this dialog has been created following the forking of a previous dialog.
|
void |
setBackToBackUserAgent()
Sets a flag that indicates that this Dialog is part of a BackToBackUserAgent.
|
void |
setEarlyDialogTimeoutSeconds(int timeoutValue)
Sets the early dialog timeout period.
|
void |
setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy)
If set to true it will release all references that it no longer needs.
|
createAck, createPrack, createReliableProvisionalResponse, createRequest, delete, getApplicationData, getCallId, getDialogId, getFirstTransaction, getLocalParty, getLocalSeqNumber, getLocalSequenceNumber, getLocalTag, getRemoteParty, getRemoteSeqNumber, getRemoteSequenceNumber, getRemoteTag, getRemoteTarget, getRouteSet, getState, incrementLocalSequenceNumber, isSecure, isServer, sendAck, sendReliableProvisionalResponse, sendRequest, setApplicationData, terminateOnBye
SipProvider getSipProvider()
void setBackToBackUserAgent()
void disableSequenceNumberValidation()
ReleaseReferencesStrategy getReleaseReferencesStrategy()
void setReleaseReferencesStrategy(ReleaseReferencesStrategy releaseReferencesStrategy)
releaseReferences
- void setEarlyDialogTimeoutSeconds(int timeoutValue)
boolean isForked()
getOriginalDialog()
Dialog getOriginalDialog()
#isForked()}
Copyright © 2016. All Rights Reserved.