|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientTransactionExt
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.sip.ClientTransaction |
---|
createAck, createCancel, sendRequest |
Methods inherited from interface gov.nist.javax.sip.TransactionExt |
---|
extractCertIdentities, getCipherSuite, getHost, getLocalCertificates, getPeerAddress, getPeerCertificates, getPeerPort, getPort, getSipProvider, getTimerD, getTimerT2, getTimerT4, getTransport, isReleaseReferences, setReleaseReferences, setTimerD, setTimerT2, setTimerT4 |
Methods inherited from interface javax.sip.Transaction |
---|
getApplicationData, getBranchId, getDialog, getRequest, getRetransmitTimer, getState, setApplicationData, setRetransmitTimer, terminate |
Method Detail |
---|
void 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |