org.lastbamboo.common.sip.client
Interface CrlfDelayCalculator

All Known Implementing Classes:
DefaultCrlfDelayCalculator

public interface CrlfDelayCalculator

Interface for classes that calculate delays between CRLF keep-alive send messages. Useful for testing with artificial delays.


Method Summary
 int calculateDelay()
          Calculates the delay before the next CRLF keep-alive message.
 

Method Detail

calculateDelay

int calculateDelay()
Calculates the delay before the next CRLF keep-alive message.

Returns:
The next delay in milliseconds.


Copyright © 2013 LittleShoot. All Rights Reserved.