Instance Methods | |
| (void) | - destroy |
| (long long) | - expiryTime |
| (FMLiveSwitchFunction0< id > *) | - getSmoothedRTT |
| (instancetype) | - initWithGetSmoothedRtt: |
| (instancetype) | - initWithGetSmoothedRttBlock: |
| (bool) | - isTimerActive |
| (bool) | - isTimerExpired |
| (long long) | - startTime |
| (void) | - startTimer |
| (void) | - stopTimer |
Class Methods | |
| (FMLiveSwitchSctpRetransmissionTimer *) | + retransmissionTimerWithGetSmoothedRtt: |
| (FMLiveSwitchSctpRetransmissionTimer *) | + retransmissionTimerWithGetSmoothedRttBlock: |
| - (void) destroy |
| - (long long) expiryTime |
| - (FMLiveSwitchFunction0<id>*) getSmoothedRTT |
| - (instancetype) initWithGetSmoothedRtt: | (FMLiveSwitchFunction0< id > *) | getSmoothedRtt |
| - (instancetype) initWithGetSmoothedRttBlock: | (int(^)(void)) | getSmoothedRttBlock |
| - (bool) isTimerActive |
| - (bool) isTimerExpired |
| + (FMLiveSwitchSctpRetransmissionTimer*) retransmissionTimerWithGetSmoothedRtt: | (FMLiveSwitchFunction0< id > *) | getSmoothedRtt |
| + (FMLiveSwitchSctpRetransmissionTimer*) retransmissionTimerWithGetSmoothedRttBlock: | (int(^)(void)) | getSmoothedRttBlock |
| - (long long) startTime |
| - (void) startTimer |
| - (void) stopTimer |