Uses of Class
com.trilead.ssh2.util.TimeoutService.TimeoutToken
Packages that use TimeoutService.TimeoutToken
-
Uses of TimeoutService.TimeoutToken in com.trilead.ssh2.util
Methods in com.trilead.ssh2.util that return TimeoutService.TimeoutTokenModifier and TypeMethodDescriptionstatic final TimeoutService.TimeoutToken
TimeoutService.addTimeoutHandler
(long runTime, 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.TimeoutTokenModifier and TypeMethodDescriptionstatic final void
TimeoutService.cancelTimeoutHandler
(TimeoutService.TimeoutToken token) Cancel the timeout callback for the specified token.