expires After
A factory method that sets maxTime to the specified duration from now.
Return
TimeBounds with minTime=0 and maxTime=now+timeout
Parameters
timeout
Timeout duration from now
A factory method that sets maxTime to the specified seconds from now.
Return
TimeBounds with minTime=0 and maxTime=now+timeoutSeconds
Parameters
timeout Seconds
Timeout in seconds