Uses of Class
org.eclipse.jgit.util.io.InterruptTimer
Packages that use InterruptTimer
Package
Description
Transport (fetch/push) for different protocols.
Utility classes for IO (streams).
-
Uses of InterruptTimer in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as InterruptTimerModifier and TypeFieldDescriptionprivate InterruptTimer
BasePackConnection.myTimer
Timer to manageBasePackConnection.timeoutIn
andBasePackConnection.timeoutOut
.private InterruptTimer
ReceivePack.timer
Timer to manageReceivePack.timeout
.private InterruptTimer
UploadPack.timer
Timer to manageUploadPack.timeout
. -
Uses of InterruptTimer in org.eclipse.jgit.util.io
Fields in org.eclipse.jgit.util.io declared as InterruptTimerModifier and TypeFieldDescriptionprivate final InterruptTimer
TimeoutInputStream.myTimer
private final InterruptTimer
TimeoutOutputStream.myTimer
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.