public interface ClientTransactionExt extends ClientTransaction, TransactionExt
| Modifier and Type | Method and Description |
|---|---|
void |
alertIfStillInCallingStateBy(int count)
Send a transaction timeout event to the application if Tx is still in Calling state in the
given time period ( in base timer interval count ) after sending request.
|
Dialog |
getDefaultDialog()
Get the default dialog that was originally assigned to the client transaction.
|
Hop |
getNextHop()
Get the next hop that was computed by the routing layer.
|
boolean |
isSecure()
Return true if this Ctx is a secure transport.
|
void |
setNotifyOnRetransmit(boolean flag)
Notify on retransmission from the client transaction side.
|
createAck, createCancel, sendRequestextractCertIdentities, getCipherSuite, getHost, getLocalCertificates, getPeerAddress, getPeerCertificates, getPeerPort, getPort, getReleaseReferencesStrategy, getSipProvider, getTimerD, getTimerT2, getTimerT4, getTransport, setReleaseReferencesStrategy, setTimerD, setTimerT2, setTimerT4getApplicationData, getBranchId, getDialog, getRequest, getRetransmitTimer, getState, setApplicationData, setRetransmitTimer, terminatevoid setNotifyOnRetransmit(boolean flag)
flag - -- the flag that indicates whether or not notification is desired.void alertIfStillInCallingStateBy(int count)
count - -- the number of base timer intervals after which an alert is issued.Hop getNextHop()
boolean isSecure()
Dialog getDefaultDialog()
Copyright © 2018. All Rights Reserved.