Interface HelloCallBacks
-
public interface HelloCallBacks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommonAbort()intgetT_hello_inc()intgetT_hello_prolong_min()intgetT_hello_prolong_thr_inc()intgetT_hello_prolong_waiting_gap()voidincomingProlongReq()TimerCallBackprolongReqReplyTimerCB()VariableValueTimerCallBacksendProlongReqTimerCB()voidsetLastReceivedMsg(HelloMsg helloMsg)booleantrustsCommPartner()TimerCallBackwfrTimerCB()
-
-
-
Method Detail
-
wfrTimerCB
TimerCallBack wfrTimerCB()
-
sendProlongReqTimerCB
VariableValueTimerCallBack sendProlongReqTimerCB()
-
prolongReqReplyTimerCB
TimerCallBack prolongReqReplyTimerCB()
-
getT_hello_inc
int getT_hello_inc()
-
getT_hello_prolong_thr_inc
int getT_hello_prolong_thr_inc()
-
getT_hello_prolong_waiting_gap
int getT_hello_prolong_waiting_gap()
-
getT_hello_prolong_min
int getT_hello_prolong_min()
-
commonAbort
void commonAbort()
-
setLastReceivedMsg
void setLastReceivedMsg(HelloMsg helloMsg)
-
incomingProlongReq
void incomingProlongReq()
-
trustsCommPartner
boolean trustsCommPartner()
-
-