Uses of Class
com.trilead.ssh2.util.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.TimeoutTokenTimeoutService. 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.TimeoutToken Modifier and Type Method Description static voidTimeoutService. cancelTimeoutHandler(TimeoutService.TimeoutToken token)Cancel the timeout callback for the specified token.