Uses of Class
org.eclipse.jgit.util.io.InterruptTimer
Packages that use InterruptTimer
-
Uses of InterruptTimer in org.eclipse.jgit.util.io
Constructors in org.eclipse.jgit.util.io with parameters of type InterruptTimerModifierConstructorDescriptionTimeoutInputStream
(InputStream src, InterruptTimer timer) Wrap an input stream with a timeout on all read operations.TimeoutOutputStream
(OutputStream destination, InterruptTimer timer) Wrap an output stream with a timeout on all write operations.