Uses of Class
ch.ethz.ssh2.util.TimeoutService.TimeoutToken

Packages that use TimeoutService.TimeoutToken
ch.ethz.ssh2.util   
 

Uses of TimeoutService.TimeoutToken in ch.ethz.ssh2.util
 

Methods in ch.ethz.ssh2.util that return TimeoutService.TimeoutToken
static TimeoutService.TimeoutToken TimeoutService.addTimeoutHandler(long runTime, java.lang.Runnable handler)
          It is assumed that the passed handler will not execute for a long time.
 

Methods in ch.ethz.ssh2.util with parameters of type TimeoutService.TimeoutToken
static void TimeoutService.cancelTimeoutHandler(TimeoutService.TimeoutToken token)