|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
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. |
Hop |
getNextHop()
Get the next hop that was computed by the routing layer. |
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 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()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |