Uses of Class
com.trilead.ssh2.util.TimeoutService.TimeoutToken
-
Packages that use TimeoutService.TimeoutToken Package Description com.trilead.ssh2.util -
-
Uses of TimeoutService.TimeoutToken in com.trilead.ssh2.util
Methods in com.trilead.ssh2.util that return TimeoutService.TimeoutToken Modifier and Type Method Description 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 com.trilead.ssh2.util with parameters of type TimeoutService.TimeoutToken Modifier and Type Method Description static void
TimeoutService. cancelTimeoutHandler(TimeoutService.TimeoutToken token)
Cancel the timeout callback for the specified token.
-